The pyedb.misc.decorators library#
Summary#
This decorator marks a property as deprecated. |
|
Decorator to deprecate certain argument names in favor of new ones. |
|
Module detail#
- decorators.deprecated_property(func)#
This decorator marks a property as deprecated. It will emit a warning when the property is accessed.
- decorators.deprecate_argument_name(argument_map)#
Decorator to deprecate certain argument names in favor of new ones.
- decorators.execution_timer(custom_text)#