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.
Referenced by python.rootplot.argparse.ArgumentParser._get_value(), and python.rootplot.argparse._ActionsContainer.add_argument().
|
private |
Definition at line 172 of file argparse.py.
Referenced by python.rootplot.argparse._AppendAction.__call__(), python.rootplot.argparse._AppendConstAction.__call__(), and python.rootplot.argparse._CountAction.__call__().
|
private |
Definition at line 699 of file argparse.py.
References join().
Referenced by python.rootplot.argparse.ArgumentParser._parse_known_args().
Definition at line 114 of file argparse.py.
References python.rootplot.argparse._sorted, and list().
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.
Referenced by python.rootplot.argparse.HelpFormatter._format_actions_usage(), python.rootplot.argparse.ArgumentParser._parse_known_args(), HcalLutManager.getCompressionLutXmlFromAsciiMaster(), HcalLutManager.getLinearizationLutXmlFromAsciiMasterEmap(), HcalLutManager.getLinearizationLutXmlFromAsciiMasterEmap_new(), HcalLutManager_test.getLutSetFromFile_test(), and HcalLutManager.getLutXmlFromAsciiMaster().
python.rootplot.argparse._sorted = sorted |
Definition at line 111 of file argparse.py.
Referenced by python.rootplot.argparse.HelpFormatter._format_actions_usage(), python.rootplot.argparse._AttributeHolder._get_kwargs(), and python.rootplot.argparse._sorted().
string python.rootplot.argparse.action = 'ignore' |
Definition at line 129 of file argparse.py.
Referenced by python.rootplot.argparse.ArgumentParser._parse_known_args().
python.rootplot.argparse.category = DeprecationWarning, |
Definition at line 131 of file argparse.py.
Referenced by OOTPileupCorrectionColl.add(), edm::ExceptionToActionTable.add(), HLTLogMonitorFilter.addCategory(), DQMMessageLogger.analyze(), DTLocalTriggerBaseTest.analyze(), LogMessageMonitor.analyze(), PrintLoadingPlugins.askedToLoad(), QGLikelihoodSystematicsDBWriter.beginJob(), QGLikelihoodDBWriter.beginJob(), DTLocalTriggerBaseTest.beginJob(), DTLocalTriggerBaseTest.beginLuminosityBlock(), PhysicalPartsTree.beginRun(), DTLocalTriggerSynchTest.beginRun(), DTLocalTriggerBaseTest.beginRun(), DTLocalTriggerSynchTest.bookChambHistos(), DTTriggerEfficiencyTest.bookChambHistos(), DTLocalTriggerBaseTest.bookCmsHistos(), DTTriggerLutTest.bookCmsHistos1d(), DTLocalTriggerBaseTest.bookSectorHistos(), DTTriggerEfficiencyTest.bookWheelHistos(), DTLocalTriggerBaseTest.bookWheelHistos(), CosmicMuonSeedGenerator.checkQuality(), edm::service::ThreadSafeLogMessageLoggerScribe.configure_dest(), edm::service::MessageLoggerScribe.configure_dest(), GlobalMuonTrackMatcher.convertToTSOSMuHit(), GlobalMuonTrackMatcher.convertToTSOSTk(), GlobalMuonTrackMatcher.convertToTSOSTkHit(), CosmicMuonSeedGenerator.createSeed(), CosmicMuonSeedGenerator.createSeeds(), dd_to_html(), PFRecoTauDiscriminationAgainstElectronMVA5GBR.discriminate(), PFRecoTauDiscriminationAgainstMuonMVA.discriminate(), PFRecoTauDiscriminationByIsolationMVA2.discriminate(), DTLocalTriggerSynchTest.endJob(), DTLocalTriggerBaseTest.endJob(), DTLocalTriggerBaseTest.endRun(), DTLocalTriggerTest.fillGlobalSummary(), LogErrorFilter.filter(), HLTLogMonitorFilter.filter(), FWEveViewManager.FWEveViewManager(), L1GtVhdlWriterCore.getCategoryFromObject(), L1GtVhdlWriterCore.getDefValsFromTriggerMenu(), DTLocalTriggerSynchTest.getFloatFromME(), HLTLogMonitorFilter.HLTLogMonitorFilter(), VertexCategories.is(), TrackCategories.is(), CosmicMuonSeedGenerator.makeSegPairs(), GlobalMuonTrajectoryBuilder.makeTkCandCollection(), L3MuonTrajectoryBuilder.makeTkCandCollection(), GlobalMuonTrackMatcher.match(), GlobalMuonTrackMatcher.match_Chi2(), GlobalMuonTrackMatcher.match_dist(), FixedAreaIsolationCone.operator()(), edm::service::SimpleMemoryCheck.postEndJob(), Selection< C, Selector, StoreContainer >.print(), CosmicMuonSeedGenerator.produce(), pat::PATTriggerProducer.produce(), RecoTauDiscriminantCutMultiplexer.RecoTauDiscriminantCutMultiplexer(), DTLocalTriggerLutTest.runClientDiagnostic(), DTFineDelayCorr.runClientDiagnostic(), DTLocalTriggerSynchTest.runClientDiagnostic(), CosmicMuonSeedGenerator.selectSegments(), DTLocalTriggerBaseTest.setConfig(), GlobalMuonTrajectoryBuilder.setEvent(), L3MuonTrajectoryBuilder.setEvent(), GlobalMuonTrajectoryBuilder.trajectories(), L3MuonTrajectoryBuilder.trajectories(), TaggingVariablePlotter::VariableConfig.VariableConfig(), and DTLocalTriggerBaseTest.~DTLocalTriggerBaseTest().
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 HLTEventAnalyzerAOD.analyzeTrigger(), DDIsValid(), MuonAlignmentInputXML.do_setposition(), DDValue.doubles(), StoreEcalCondition.endJob(), SiStripCMMonitorPlugin.endJob(), pat::JetCorrFactorsProducer.expand(), cscdqm::XMLFileErrorHandler.fatalError(), CandCommonVertexFitterBase.fill(), PFCandCommonVertexFitterBase.fill(), CandKinematicVertexFitter.fill(), SiPixelUtility.fillPaveText(), HLTHighLevel.filter(), SiStripTrackerMapCreator.getDetectorFlagAndComment(), XMLDOMBlock.getNewDocument(), cond::Utilities.getOptionValue(), hitfit::EtaDepResolution.GetResolution(), cond::Utilities.hasOptionValue(), cond::XMLAuthenticationService::XMLAuthenticationService.initialize(), L1GtTriggerMenuXmlParser.initXML(), l1t::TriggerMenuXmlParser.initXML(), pat::JetCorrFactorsProducer.JetCorrFactorsProducer(), listbadmodule(), cscdqm::Collection.load(), MonitorXMLParser.load(), MonitorXMLParser.MonitorXMLParser(), AlignableModifier.moveAlignable(), AlignableModifier.moveAlignableLocal(), MuonAlignmentInputXML.newAlignableMuon(), DDValue.operator[](), XMLDOMBlock.parse(), SummaryPlotXmlParser.parseXML(), DDStreamer.pos_read(), HLTConfigProvider.prescaleValuesInDetail(), pat::TauJetCorrFactors.print(), pat::JetCorrFactors.print(), SiStripActionExecutor.printFaultyModuleList(), cond::XMLAuthenticationService::XMLAuthenticationService.processFile(), JetTagProducer.produce(), magneticfield::AutoMagneticFieldESProducer.produce(), raiseDQMError(), FWConfigurationManager.readFromOldFile(), edm::multicore::MessageReceiverForSource.receive(), ora::MappingElement.recordIdColumns(), CmsShowEDI.removeItem(), cond::IOVEditor.reportError(), RooGKCounter.RooGKCounter(), AlignableModifier.rotateAlignable(), AlignableModifier.rotateAlignableLocal(), XMLProcessor.serializeDOM(), HcalSourcePositionData.set(), edm::EventProcessor.setExceptionMessageFiles(), edm::EventProcessor.setExceptionMessageLumis(), edm::EventProcessor.setExceptionMessageRuns(), RooGKCounter.setMessage(), Comp2RefChi2.setMessage(), CompareToMedian.setMessage(), CompareLastFilledBin.setMessage(), edm::ParameterSwitchBase.throwNoCaseForSwitchValue(), cscdqm::XMLFileErrorHandler.warning(), FWConfigurationManager.writeToFile(), XMLDOMBlock.XMLDOMBlock(), statemachine::HandleFiles.~HandleFiles(), statemachine::HandleLumis.~HandleLumis(), statemachine::HandleRuns.~HandleRuns(), MonitorXMLParser.~MonitorXMLParser(), and TagNames.~TagNames().
string python.rootplot.argparse.module = 'argparse' |
Definition at line 132 of file argparse.py.
Referenced by EcalTestPulseAnalyzer.analyze(), SiPixelHitEfficiencyModule.book(), SiPixelTrackResidualModule.book(), SiPixelRecHitModule.book(), SiPixelDigiModule.book(), SiPixelClusterModule.book(), PhysicsTools::TrainerMonitoring.book(), edm::OutputModuleCommunicatorT< T >.closeFile(), edm::OutputModuleCommunicatorT< T >.configure(), edm::OutputModuleCommunicatorT< T >.description(), SiPixelHitEfficiencySource.dqmBeginRun(), SiPixelTrackResidualSource.dqmBeginRun(), DDTIDModuleAlgo.execute(), DDTIDRingAlgo.execute(), pos::PixelCalibConfiguration.fedCardsAndChannels(), FastTimerService.fillPathMap(), EcalRingCalibrationTools.getModuleIndex(), DDHCalEndcapAlgo.initialize(), SiPixelDisabledModules.isModuleDisabled(), edm::OutputModuleCommunicatorT< T >.keptProducts(), edm::OutputModuleCommunicatorT< T >.limitReached(), CastorHardcodeGeometryLoader.makeCell(), edm::Maker.makeModule(), makePSetsFromString(), pos::PixelCalibConfiguration.nextFECState(), edm::OutputModuleCommunicatorT< T >.openFile(), edm::OutputModuleCommunicatorT< T >.openNewFileIfNeeded(), edm::ParentContext.ParentContext(), SiPixelDigitizerAlgorithm.pixel_inefficiency(), pos::PixelDetectorConfig.PixelDetectorConfig(), pos::PixelLowVoltageMap.PixelLowVoltageMap(), pos::PixelPortcardMap.PixelPortcardMap(), FastTimerService.preModuleEvent(), CastorPSMonitor.processEvent(), ShallowClustersProducer.produce(), ecaldqm::StatusManager.readFromStream(), SiPixelDisabledModules.removeDisabledModule(), edm::OutputModuleCommunicatorT< T >.selectProducts(), edm::OutputModuleCommunicatorT< T >.setEventSelectionInfo(), EcalLaserAnalyzer2.setGeomEB(), EcalLaserAnalyzer.setGeomEB(), EcalLaserAnalyzer2.setGeomEE(), EcalLaserAnalyzer.setGeomEE(), edm::ErrorObj.setModule(), SiStripTrackerMapCreator.setTkMapFromAlarm(), edm::OutputModuleCommunicatorT< T >.shouldWeCloseFile(), ResidualRefitting.StoreTrackerRecHits(), trackerHierarchy(), CastorTopology.validRaw(), edm::OutputModuleCommunicatorT< T >.wantAllEvents(), pos::PixelMaskAllPixels.writeASCII(), pos::PixelTBMSettings.writeASCII(), pos::PixelTrimAllPixels.writeASCII(), pos::PixelDACSettings.writeASCII(), edm::OutputModuleCommunicatorT< T >.writeLumi(), edm::OutputModuleCommunicatorT< T >.writeRun(), and pos::PixelTBMSettings.writeXML().
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.