CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions | Variables
argparse Namespace Reference

Classes

class  _ActionsContainer
 
class  _AppendAction
 
class  _AppendConstAction
 
class  _ArgumentGroup
 
class  _AttributeHolder
 
class  _CountAction
 
class  _HelpAction
 
class  _MutuallyExclusiveGroup
 
class  _StoreAction
 
class  _StoreConstAction
 
class  _StoreFalseAction
 
class  _StoreTrueAction
 
class  _SubParsersAction
 
class  _VersionAction
 
class  Action
 
class  ArgumentDefaultsHelpFormatter
 
class  ArgumentError
 
class  ArgumentParser
 
class  FileType
 
class  HelpFormatter
 
class  Namespace
 
class  RawDescriptionHelpFormatter
 
class  RawTextHelpFormatter
 

Functions

def _ensure_value
 
def _get_action_name
 
def _sorted
 

Variables

list __all__
 
string __version__ = '1.0.1'
 
 _basestring = basestring
 
 _set = set
 
 _sorted = sorted
 
string action = 'ignore'
 
 category = DeprecationWarning,
 
string message = 'BaseException.message has been deprecated as of Python 2.6'
 
string module = 'argparse'
 
string ONE_OR_MORE = '+'
 
string OPTIONAL = '?'
 
string PARSER = '==PARSER=='
 
string SUPPRESS = '==SUPPRESS=='
 
string ZERO_OR_MORE = '*'
 

Function Documentation

def argparse._ensure_value (   namespace,
  name,
  value 
)
private

Definition at line 167 of file argparse.py.

def argparse._get_action_name (   argument)
private

Definition at line 687 of file argparse.py.

def argparse._sorted (   iterable,
  reverse = False 
)
private

Definition at line 114 of file argparse.py.

Variable Documentation

list argparse.__all__
Initial value:
1 = [
2  'ArgumentParser',
3  'ArgumentError',
4  'Namespace',
5  'Action',
6  'FileType',
7  'HelpFormatter',
8  'RawDescriptionHelpFormatter',
9  'RawTextHelpFormatter'
10  'ArgumentDefaultsHelpFormatter',
11 ]

Definition at line 79 of file argparse.py.

string argparse.__version__ = '1.0.1'

Definition at line 78 of file argparse.py.

argparse._basestring = basestring

Definition at line 106 of file argparse.py.

argparse._set = set

Definition at line 101 of file argparse.py.

argparse._sorted = sorted

Definition at line 111 of file argparse.py.

string argparse.action = 'ignore'

Definition at line 125 of file argparse.py.

argparse.category = DeprecationWarning,

Definition at line 127 of file argparse.py.

string argparse.message = 'BaseException.message has been deprecated as of Python 2.6'

Definition at line 126 of file argparse.py.

string argparse.module = 'argparse'

Definition at line 128 of file argparse.py.

string argparse.ONE_OR_MORE = '+'

Definition at line 135 of file argparse.py.

string argparse.OPTIONAL = '?'

Definition at line 133 of file argparse.py.

string argparse.PARSER = '==PARSER=='

Definition at line 136 of file argparse.py.

string argparse.SUPPRESS = '==SUPPRESS=='

Definition at line 131 of file argparse.py.

string argparse.ZERO_OR_MORE = '*'

Definition at line 134 of file argparse.py.