Class k.d.deprecated(object):

Part of kiwi.decorators

I am a decorator which prints a deprecation warning each time you call the decorated (and deprecated) function

Function__init__

Create a new deprecated object.

Function__call__Undocumented
def __init__(self, new, log=None):

Create a new deprecated object.

def __call__(self, func):
Undocumented