e3.testsuite._helpers ===================== .. py:module:: e3.testsuite._helpers .. autoapi-nested-parse:: Internal helpers for e3.testsuite. Attributes ---------- .. autoapisummary:: e3.testsuite._helpers.F Functions --------- .. autoapisummary:: e3.testsuite._helpers.deprecated Module Contents --------------- .. py:data:: F .. py:function:: 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.