The decorators.py module#

Summary#

category

Decorator to add a category to the function.

display_name

Decorator to add a display name to the function.

Description#

Decorators module for function definitions.

Module detail#

decorators.category(value: str)#

Decorator to add a category to the function.

decorators.display_name(value: str)#

Decorator to add a display name to the function.