class documentation

class warn_about_renamed_method:

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable class​_name Undocumented
Instance Variable deprecation​_warning Undocumented
Instance Variable new​_method​_name Undocumented
Instance Variable old​_method​_name Undocumented
def __call__(self, f):

Undocumented

def __init__(self, class_name, old_method_name, new_method_name, deprecation_warning):

Undocumented

class_name =

Undocumented

deprecation_warning =

Undocumented

new_method_name =

Undocumented

old_method_name =

Undocumented