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.
-