kiwi.decorators.deprecated(object)
kiwi.decorators
I am a decorator which prints a deprecation warning each time you call the decorated (and deprecated) function
Create a new deprecated object. @param new: the name of the new function replacing the old deprecated one. @type new: string. @param log: the lob object to use, optional.