class documentation

class _Deprecate:

View In Hierarchy

Decorator class to deprecate old functions.

Refer to deprecate for details.

See Also

deprecate

Method __call__ Decorator call. Refer to decorate.
Method __init__ Undocumented
Instance Variable message Undocumented
Instance Variable new​_name Undocumented
Instance Variable old​_name Undocumented
def __call__(self, func, *args, **kwargs):
Decorator call. Refer to decorate.
def __init__(self, old_name=None, new_name=None, message=None):

Undocumented

message =

Undocumented

new_name =

Undocumented

old_name =

Undocumented