class documentation

Undocumented

Method init_class_methods necessary initialization involving method. This will setup the `self` argument to contain the class available attribute.
Method mock_args insert a statement with targets=all the argument starting with offset. Mainly for renaming :param offset: The offset of arg to apply :return: None
def init_class_methods(self): (source)

necessary initialization involving method. This will setup the `self` argument to contain the class available attribute.

def mock_args(self, offset=0): (source)

insert a statement with targets=all the argument starting with offset. Mainly for renaming :param offset: The offset of arg to apply :return: None