A module to use as a target during unit tests
def decorated_func(specific)
this is a decorated function
def dummy_func()
this is a dummy func
dummy(builtins.object)
this is a dummy class
more class docstr
prop Instance
): property helpThese attributes / properties will be available on instances of the class
@property
): this is a dummy propertydef dummy_classmethod(self)
this is a dummy classmethod
def dummy_method(self)
this is a dummy func