Class k.d.deprecated(object):
Part of
kiwi
.
decorators
View In Hierarchy
I am a decorator which prints a deprecation warning each time you call the decorated (and deprecated) function
Method
__init__
Method
__call__
Undocumented
def __init__(self, new, log=None):
Parameters
new
the name of the new function replacing the old deprecated one (type: string )
def __call__(self, func):
Undocumented
API Documentation
for Kiwi, generated by
pydoctor
.