e3.testsuite._helpers

Internal helpers for e3.testsuite.

Attributes

F

Functions

deprecated(→ Callable[[F], F])

Return a decorator to emit deprecation warnings.

Module Contents

e3.testsuite._helpers.F
e3.testsuite._helpers.deprecated(stacklevel: int = 1) Callable[[F], F]

Return a decorator to emit deprecation warnings.

The function that the decorator returns emits the deprecation warning only the first time it is called.