Lines Matching defs:Action
44 - Action -- The base class for parser actions. Typically actions are
47 customization of ArgumentParser actions, subclasses of Action may
78 'Action',
787 # Action classes
790 class Action(_AttributeHolder):
793 Action objects are used by an ArgumentParser to represent the information
795 command line. The keyword arguments to the Action constructor are also
796 all attributes of Action instances.
885 class BooleanOptionalAction(Action):
924 class _StoreAction(Action):
959 class _StoreConstAction(Action):
1016 class _AppendAction(Action):
1054 class _AppendConstAction(Action):
1081 class _CountAction(Action):
1104 class _HelpAction(Action):
1123 class _VersionAction(Action):
1149 class _SubParsersAction(Action):
1151 class _ChoicesPseudoAction(Action):