InheritExample

class tests.general.test_inspect.InheritExample(some, more='args', d='banana', **kw)[source]

This is an example inheritance class used by TestInspectFunctions

__init__(some, more='args', d='banana', **kw)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

Methods

__init__(some[, more, d])

Initialize self.