CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
argparse._SubParsersAction._ChoicesPseudoAction Class Reference
Inheritance diagram for argparse._SubParsersAction._ChoicesPseudoAction:
argparse.Action argparse.Action argparse._AttributeHolder argparse._AttributeHolder argparse._AttributeHolder argparse._AttributeHolder

Public Member Functions

def __init__
 
def __init__
 
- Public Member Functions inherited from argparse.Action
def __call__
 
def __call__
 
def __init__
 
def __init__
 
- Public Member Functions inherited from argparse._AttributeHolder
def __repr__
 
def __repr__
 

Additional Inherited Members

- Public Attributes inherited from argparse.Action
 choices
 
 const
 
 default
 
 dest
 
 help
 
 metavar
 
 nargs
 
 option_strings
 
 required
 
 type
 

Detailed Description

Definition at line 1025 of file argparse.py.

Constructor & Destructor Documentation

def argparse._SubParsersAction._ChoicesPseudoAction.__init__ (   self,
  name,
  help 
)

Definition at line 1027 of file argparse.py.

Referenced by argparse._SubParsersAction._ChoicesPseudoAction.__init__().

1028  def __init__(self, name, help):
1029  sup = super(_SubParsersAction._ChoicesPseudoAction, self)
1030  sup.__init__(option_strings=[], dest=name, help=help)
1031 
def __init__(self,
def argparse._SubParsersAction._ChoicesPseudoAction.__init__ (   self,
  name,
  help 
)

Definition at line 1032 of file argparse.py.

References argparse._SubParsersAction._ChoicesPseudoAction.__init__().

1033  def __init__(self, name, help):
1034  sup = super(_SubParsersAction._ChoicesPseudoAction, self)
1035  sup.__init__(option_strings=[], dest=name, help=help)
1036 
def __init__(self,