DecFuncEnum

class kwhelp.decorator.DecFuncEnum(value)[source]

Represents options for type of Function or Method

FUNCTION = 1

Normal Unbound function

METHOD = 3

Class Method

METHOD_CLASS = 4

Class Method (@classmethod)

METHOD_STATIC = 2

Class Static Method (@staticmethod)

PROPERTY_CLASS = 5

Class Property (@property)