Classes | |
class | DeprecatedWarning |
Functions | |
def | deprecated (instructions) |
def pinocchio.deprecation.deprecated | ( | instructions | ) |
Flags a method as deprecated. Args: instructions: A human-friendly string of instructions, such as: 'Please migrate to add_proxy() ASAP.'
Definition at line 7 of file deprecation.py.