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 | ArgumentTypeError |
class | FileType |
class | HelpFormatter |
class | Namespace |
class | RawDescriptionHelpFormatter |
class | RawTextHelpFormatter |
Functions | |
def | _callable |
def | _ensure_value |
def | _get_action_name |
def | _sorted |
Variables | |
list | __all__ |
string | __version__ = '1.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 = 'A...' |
string | REMAINDER = '...' |
string | SUPPRESS = '==SUPPRESS==' |
string | ZERO_OR_MORE = '*' |
|
private |
Definition at line 122 of file argparse.py.
|
private |
Definition at line 172 of file argparse.py.
|
private |
Definition at line 699 of file argparse.py.
Definition at line 114 of file argparse.py.
list python.rootplot.argparse.__all__ |
Definition at line 79 of file argparse.py.
string python.rootplot.argparse.__version__ = '1.1' |
Definition at line 78 of file argparse.py.
python.rootplot.argparse._basestring = basestring |
Definition at line 106 of file argparse.py.
python.rootplot.argparse._set = set |
Definition at line 101 of file argparse.py.
python.rootplot.argparse._sorted = sorted |
Definition at line 111 of file argparse.py.
string python.rootplot.argparse.action = 'ignore' |
Definition at line 129 of file argparse.py.
python.rootplot.argparse.category = DeprecationWarning, |
Definition at line 131 of file argparse.py.
Referenced by OOTPileupCorrectionColl.add(), StorableDoubleMap< AbsOOTPileupCorrection >.add(), edm::ExceptionToActionTable.add(), GBRForestWriter.analyze(), PrintLoadingPlugins.askedToLoad(), QGLikelihoodSystematicsDBWriter.beginJob(), VertexCategories.is(), TrackCategories.is(), GBRForestWriter::jobEntryType.jobEntryType(), GlobalMuonTrajectoryBuilder.makeTkCandCollection(), FixedAreaIsolationCone.operator()(), GlobalMuonTrajectoryBuilder.setEvent(), GlobalMuonTrajectoryBuilder.trajectories(), and TaggingVariablePlotter::VariableConfig.VariableConfig().
string python.rootplot.argparse.message = 'BaseException.message has been deprecated as of Python 2.6' |
Definition at line 130 of file argparse.py.
Referenced by DDValue.doubles(), cscdqm::XMLFileErrorHandler.fatalError(), CandCommonVertexFitterBase.fill(), PFCandCommonVertexFitterBase.fill(), cond::Utilities.getOptionValue(), hitfit::EtaDepResolution.GetResolution(), listbadmodule(), DDValue.operator[](), pat::TauJetCorrFactors.print(), pat::JetCorrFactors.print(), magneticfield::AutoMagneticFieldESProducer.produce(), JetTagProducer.produce(), magneticfield::AutoParametrizedMagneticFieldProducer.produce(), raiseDQMError(), RooGKCounter.RooGKCounter(), HcalSourcePositionData.set(), RooGKCounter.setMessage(), cscdqm::XMLFileErrorHandler.warning(), and TagNames.~TagNames().
string python.rootplot.argparse.module = 'argparse' |
Definition at line 132 of file argparse.py.
Referenced by PhysicsTools::TrainerMonitoring.book(), edm::OutputModuleCommunicatorT< T >.closeFile(), edm::OutputModuleCommunicatorT< T >.configure(), edm::OutputModuleCommunicatorT< T >.description(), DDTIDRingAlgo.execute(), SiPixelDisabledModules.isModuleDisabled(), edm::OutputModuleCommunicatorT< T >.keptProducts(), edm::OutputModuleCommunicatorT< T >.limitReached(), edm::Maker.makeModule(), makePSetsFromString(), edm::OutputModuleCommunicatorT< T >.openFile(), edm::OutputModuleCommunicatorT< T >.openNewFileIfNeeded(), edm::ParentContext.ParentContext(), SiPixelDisabledModules.removeDisabledModule(), edm::OutputModuleCommunicatorT< T >.selectProducts(), edm::OutputModuleCommunicatorT< T >.setEventSelectionInfo(), edm::OutputModuleCommunicatorT< T >.shouldWeCloseFile(), trackerHierarchy(), edm::OutputModuleCommunicatorT< T >.wantAllEvents(), edm::OutputModuleCommunicatorT< T >.writeLumi(), and edm::OutputModuleCommunicatorT< T >.writeRun().
string python.rootplot.argparse.ONE_OR_MORE = '+' |
Definition at line 139 of file argparse.py.
string python.rootplot.argparse.OPTIONAL = '?' |
Definition at line 137 of file argparse.py.
string python.rootplot.argparse.PARSER = 'A...' |
Definition at line 140 of file argparse.py.
string python.rootplot.argparse.REMAINDER = '...' |
Definition at line 141 of file argparse.py.
string python.rootplot.argparse.SUPPRESS = '==SUPPRESS==' |
Definition at line 135 of file argparse.py.
string python.rootplot.argparse.ZERO_OR_MORE = '*' |
Definition at line 138 of file argparse.py.