DecArgEnum

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

Represents options for the type of function arguments to process

ARGS = 1

Process *args

All_ARGS = 7

Process All Args

KWARGS = 2

Process **kwargs

NAMED_ARGS = 4

Process named keyword args

NO_ARGS = 6

Process Named Keyword args and **kwargs only