bridge.utils.decorators#

Module Contents#

Functions#

experimental_fn

Decorator to mark a function as experimental and issue a warning upon its call.

Data#

API#

bridge.utils.decorators.logger#

‘getLogger(…)’

bridge.utils.decorators.R#

‘TypeVar(…)’

bridge.utils.decorators.experimental_fn(
func: Callable[..., bridge.utils.decorators.R],
) Callable[..., bridge.utils.decorators.R]#

Decorator to mark a function as experimental and issue a warning upon its call.