lib.pyAttribute.ArgParseAttributes¶
Classes
CommandGroupAttribute
: Undocumented.DefaultAttribute
: Undocumented.CommandAttribute
: Undocumented.ArgumentAttribute
: Undocumented.SwitchArgumentAttribute
: Undocumented.CommonArgumentAttribute
: Undocumented.CommonSwitchArgumentAttribute
: Undocumented.ArgParseMixin
: Undocumented.
-
class
lib.pyAttribute.ArgParseAttributes.
CommandGroupAttribute
(groupName)[source]¶ Inheritance
Members
-
GroupName
¶
-
GetAttributes
(method)¶
-
GetMethods
(cl)¶
-
_AppendAttribute
(func, attribute)¶
-
_CommandGroupAttribute__groupName
= ''¶
-
_debug
= False¶
-
-
class
lib.pyAttribute.ArgParseAttributes.
DefaultAttribute
[source]¶ Inheritance
Members
-
Handler
¶
-
GetAttributes
(method)¶
-
GetMethods
(cl)¶
-
_AppendAttribute
(func, attribute)¶
-
_DefaultAttribute__handler
= None¶
-
_debug
= False¶
-
-
class
lib.pyAttribute.ArgParseAttributes.
CommandAttribute
(command, **kwargs)[source]¶ Inheritance
Members
-
Command
¶
-
Handler
¶
-
KWArgs
¶
-
GetAttributes
(method)¶
-
GetMethods
(cl)¶
-
_AppendAttribute
(func, attribute)¶
-
_CommandAttribute__command
= ''¶
-
_CommandAttribute__handler
= None¶
-
_CommandAttribute__kwargs
= None¶
-
_debug
= False¶
-
-
class
lib.pyAttribute.ArgParseAttributes.
ArgumentAttribute
(*args, **kwargs)[source]¶ Inheritance
Members
-
Args
¶
-
KWArgs
¶
-
GetAttributes
(method)¶
-
GetMethods
(cl)¶
-
_AppendAttribute
(func, attribute)¶
-
_ArgumentAttribute__args
= None¶
-
_ArgumentAttribute__kwargs
= None¶
-
_debug
= False¶
-
-
class
lib.pyAttribute.ArgParseAttributes.
SwitchArgumentAttribute
(*args, **kwargs)[source]¶ Inheritance
Members
-
Args
¶
-
GetAttributes
(method)¶
-
GetMethods
(cl)¶
-
KWArgs
¶
-
_AppendAttribute
(func, attribute)¶
-
_ArgumentAttribute__args
= None¶
-
_ArgumentAttribute__kwargs
= None¶
-
_debug
= False¶
-
-
class
lib.pyAttribute.ArgParseAttributes.
CommonArgumentAttribute
(*args, **kwargs)[source]¶ Inheritance
Members
-
Args
¶
-
GetAttributes
(method)¶
-
GetMethods
(cl)¶
-
KWArgs
¶
-
_AppendAttribute
(func, attribute)¶
-
_ArgumentAttribute__args
= None¶
-
_ArgumentAttribute__kwargs
= None¶
-
_debug
= False¶
-