Type aliases¶
RetryCallback¶
.. py:data:: RetryCallback :module: behave_retry
alias of :py:class:~collections.abc.Callable\ [[:py:obj:~typing.Any, :py:obj:~typing.Any, :py:class:int, :py:class:Exception | :py:obj:None], :py:obj:None]
ExceptionFilter¶
.. py:data:: ExceptionFilter :module: behave_retry :value: type[Exception] | str
Represent a PEP 604 union type
E.g. for int | str