Public Member Functions | |
def | __init__ |
def | __init__ |
def | add_subparsers |
def | add_subparsers |
def | convert_arg_line_to_args |
def | error |
def | error |
def | exit |
def | exit |
def | format_help |
def | format_help |
def | format_usage |
def | format_usage |
def | format_version |
def | format_version |
def | parse_args |
def | parse_args |
def | parse_known_args |
def | parse_known_args |
def | print_help |
def | print_help |
def | print_usage |
def | print_usage |
def | print_version |
def | print_version |
Public Member Functions inherited from argparse._AttributeHolder | |
def | __repr__ |
def | __repr__ |
Public Member Functions inherited from argparse._ActionsContainer | |
def | __init__ |
def | __init__ |
def | add_argument |
def | add_argument |
def | add_argument_group |
def | add_argument_group |
def | add_mutually_exclusive_group |
def | add_mutually_exclusive_group |
def | get_default |
def | register |
def | register |
def | set_defaults |
def | set_defaults |
Public Attributes | |
add_help | |
epilog | |
formatter_class | |
fromfile_prefix_chars | |
prog | |
usage | |
version | |
Public Attributes inherited from argparse._ActionsContainer | |
argument_default | |
conflict_handler | |
description | |
prefix_chars | |
Private Attributes | |
_optionals | |
_positionals | |
_subparsers | |
Object for parsing command line strings into Python objects. Keyword Arguments: - prog -- The name of the program (default: sys.argv[0]) - usage -- A usage message (default: auto-generated from arguments) - description -- A description of what the program does - epilog -- Text following the argument descriptions - parents -- Parsers whose arguments should be copied into this one - formatter_class -- HelpFormatter class for printing help messages - prefix_chars -- Characters that prefix optional arguments - fromfile_prefix_chars -- Characters that prefix files containing additional arguments - argument_default -- The default value for all arguments - conflict_handler -- String indicating how to handle conflicts - add_help -- Add a -h/-help option
Object for parsing command line strings into Python objects. Keyword Arguments: - prog -- The name of the program (default: sys.argv[0]) - usage -- A usage message (default: auto-generated from arguments) - description -- A description of what the program does - epilog -- Text following the argument descriptions - version -- Add a -v/--version option with the given version string - parents -- Parsers whose arguments should be copied into this one - formatter_class -- HelpFormatter class for printing help messages - prefix_chars -- Characters that prefix optional arguments - fromfile_prefix_chars -- Characters that prefix files containing additional arguments - argument_default -- The default value for all arguments - conflict_handler -- String indicating how to handle conflicts - add_help -- Add a -h/-help option
Definition at line 1525 of file argparse.py.
def argparse.ArgumentParser.__init__ | ( | self, | |
prog = None , |
|||
usage = None , |
|||
description = None , |
|||
epilog = None , |
|||
version = None , |
|||
parents = [] , |
|||
formatter_class = HelpFormatter , |
|||
prefix_chars = '-' , |
|||
fromfile_prefix_chars = None , |
|||
argument_default = None , |
|||
conflict_handler = 'error' , |
|||
add_help = True |
|||
) |
def argparse.ArgumentParser.__init__ | ( | self, | |
prog = None , |
|||
usage = None , |
|||
description = None , |
|||
epilog = None , |
|||
version = None , |
|||
parents = [] , |
|||
formatter_class = HelpFormatter , |
|||
prefix_chars = '-' , |
|||
fromfile_prefix_chars = None , |
|||
argument_default = None , |
|||
conflict_handler = 'error' , |
|||
add_help = True |
|||
) |
Definition at line 1534 of file argparse.py.
References argparse._ActionsContainer._add_container_actions(), argparse.ArgumentParser._optionals, argparse.ArgumentParser._positionals, argparse.ArgumentParser._subparsers, argparse.HelpFormatter.add_argument(), argparse._ActionsContainer.add_argument(), argparse._ActionsContainer.add_argument_group(), argparse.ArgumentParser.add_help, argparse.ArgumentParser.epilog, argparse.ArgumentParser.formatter_class, argparse.ArgumentParser.fromfile_prefix_chars, argparse.ArgumentParser.prog, VarParsing.VarParsing.register(), argparse._ActionsContainer.register(), argparse.ArgumentParser.usage, MatrixInjector.MatrixInjector.version, TrackerInteractionGeometry.version, ora::MappingRawData.version, MatacqTBRawEvent::matacqHeader_t.version, DQMNet::CoreObject.version, XMLProcessor::_DBConfig.version, ScalersEventRecordRaw_v1.version, ScalersEventRecordRaw_v2.version, ScalersEventRecordRaw_v3.version, ScalersEventRecordRaw_v4.version, ScalersEventRecordRaw_v5.version, ScalersEventRecordRaw_v6.version, argparse._VersionAction.version, TiXmlDeclaration.version, and argparse.ArgumentParser.version.
|
private |
|
private |
Definition at line 1667 of file argparse.py.
Referenced by argparse.ArgumentParser._add_action(), and python.rootplot.argparse._ActionsContainer.add_argument().
|
private |
Definition at line 2187 of file argparse.py.
References argparse.ArgumentParser._check_value(), join(), and Association.map.
|
private |
Definition at line 2250 of file argparse.py.
References join(), and Association.map.
Referenced by argparse.ArgumentParser._check_value(), argparse.ArgumentParser._get_values(), and python.rootplot.argparse.ArgumentParser._get_values().
|
private |
Definition at line 2231 of file argparse.py.
References argparse.ArgumentParser._get_formatter(), argparse.ArgumentParser.formatter_class, and argparse.ArgumentParser.prog.
Referenced by argparse._ActionsContainer.add_argument().
|
private |
Definition at line 2299 of file argparse.py.
References argparse.ArgumentParser.formatter_class, and argparse.ArgumentParser.prog.
Referenced by argparse.ArgumentParser._get_formatter(), argparse._ActionsContainer.add_argument(), argparse.ArgumentParser.add_subparsers(), python.rootplot.argparse.ArgumentParser.add_subparsers(), argparse.ArgumentParser.format_help(), python.rootplot.argparse.ArgumentParser.format_help(), argparse.ArgumentParser.format_usage(), python.rootplot.argparse.ArgumentParser.format_usage(), argparse.ArgumentParser.format_version(), and python.rootplot.argparse.ArgumentParser.format_version().
|
private |
|
private |
Definition at line 1621 of file argparse.py.
Referenced by python.rootplot.argparse._AttributeHolder.__repr__(), and argparse.ArgumentParser._get_kwargs().
|
private |
Definition at line 2082 of file argparse.py.
References argparse.ArgumentParser._get_nargs_pattern(), and join().
|
private |
Definition at line 2132 of file argparse.py.
References join().
Referenced by argparse.ArgumentParser._get_nargs_pattern(), argparse.ArgumentParser._match_argument(), python.rootplot.argparse.ArgumentParser._match_argument(), argparse.ArgumentParser._match_arguments_partial(), and python.rootplot.argparse.ArgumentParser._match_arguments_partial().
|
private |
Definition at line 2038 of file argparse.py.
References argparse.ArgumentParser._get_option_tuples(), argparse._ActionsContainer._option_string_actions, TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), PTrajectoryStateOnDet.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), and argparse._ActionsContainer.prefix_chars.
|
private |
Definition at line 2088 of file argparse.py.
References argparse._ActionsContainer._option_string_actions, TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), PTrajectoryStateOnDet.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), and argparse._ActionsContainer.prefix_chars.
Referenced by argparse.ArgumentParser._get_option_tuples(), argparse.ArgumentParser._parse_optional(), and python.rootplot.argparse.ArgumentParser._parse_optional().
|
private |
Definition at line 1641 of file argparse.py.
References argparse._ActionsContainer._actions, and argparse.ArgumentParser._get_optional_actions().
|
private |
Definition at line 1674 of file argparse.py.
References argparse._ActionsContainer._actions.
Referenced by argparse.ArgumentParser._get_optional_actions().
|
private |
Definition at line 1646 of file argparse.py.
References argparse._ActionsContainer._actions, and argparse.ArgumentParser._get_positional_actions().
|
private |
Definition at line 1679 of file argparse.py.
References argparse._ActionsContainer._actions.
Referenced by argparse.ArgumentParser._get_positional_actions(), argparse.ArgumentParser._parse_known_args(), python.rootplot.argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser.add_subparsers(), and python.rootplot.argparse.ArgumentParser.add_subparsers().
|
private |
Definition at line 2167 of file argparse.py.
References argparse.ArgumentParser._get_value(), and argparse._ActionsContainer._registry_get().
|
private |
Definition at line 2225 of file argparse.py.
References argparse._callable(), and argparse._ActionsContainer._registry_get().
Referenced by argparse.ArgumentParser._get_value(), argparse.ArgumentParser._get_values(), python.rootplot.argparse.ArgumentParser._get_values(), argparse.ArgumentParser.parse_known_args(), and python.rootplot.argparse.ArgumentParser.parse_known_args().
|
private |
Definition at line 2122 of file argparse.py.
References argparse.ArgumentParser._check_value(), argparse.ArgumentParser._get_value(), and argparse.ArgumentParser._get_values().
|
private |
Definition at line 2176 of file argparse.py.
References argparse.ArgumentParser._check_value(), and argparse.ArgumentParser._get_value().
Referenced by argparse.ArgumentParser._get_values(), argparse.ArgumentParser._parse_known_args(), and python.rootplot.argparse.ArgumentParser._parse_known_args().
|
private |
Definition at line 1953 of file argparse.py.
References argparse.ArgumentParser._get_nargs_pattern(), and argparse.ArgumentParser._match_argument().
|
private |
Definition at line 1996 of file argparse.py.
References argparse.ArgumentParser._get_nargs_pattern().
Referenced by argparse.ArgumentParser._match_argument(), argparse.ArgumentParser._parse_known_args(), and python.rootplot.argparse.ArgumentParser._parse_known_args().
|
private |
Definition at line 1972 of file argparse.py.
References argparse.ArgumentParser._get_nargs_pattern(), argparse.ArgumentParser._match_arguments_partial(), and join().
|
private |
Definition at line 2015 of file argparse.py.
References argparse.ArgumentParser._get_nargs_pattern(), and join().
Referenced by argparse.ArgumentParser._match_arguments_partial(), argparse.ArgumentParser._parse_known_args(), and python.rootplot.argparse.ArgumentParser._parse_known_args().
|
private |
Definition at line 1692 of file argparse.py.
References argparse._ActionsContainer._actions, argparse._get_action_name(), argparse.ArgumentParser._get_positional_actions(), argparse.ArgumentParser._get_values(), argparse.ArgumentParser._match_argument(), argparse.ArgumentParser._match_arguments_partial(), argparse._ActionsContainer._mutually_exclusive_groups, argparse._ActionsContainer._option_string_actions, argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser._parse_optional(), argparse.ArgumentParser._read_args_from_files(), argparse._set, argparse.action, TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, Measurement1D.error(), SaxToDom.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, pat::LookupTableRecord.error(), SaxToDom2.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), PTrajectoryStateOnDet.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), argparse.ArgumentParser.fromfile_prefix_chars, join(), max(), min, and argparse._ActionsContainer.prefix_chars.
|
private |
Definition at line 1729 of file argparse.py.
References argparse._ActionsContainer._actions, argparse._get_action_name(), argparse.ArgumentParser._get_positional_actions(), argparse.ArgumentParser._get_values(), argparse.ArgumentParser._match_argument(), argparse.ArgumentParser._match_arguments_partial(), argparse._ActionsContainer._mutually_exclusive_groups, argparse._ActionsContainer._option_string_actions, argparse.ArgumentParser._parse_optional(), argparse.ArgumentParser._read_args_from_files(), argparse.action, TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, Measurement1D.error(), SaxToDom.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PTrajectoryStateOnDet.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), argparse.ArgumentParser.fromfile_prefix_chars, join(), max(), min, and argparse._ActionsContainer.prefix_chars.
Referenced by argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser.parse_known_args(), and python.rootplot.argparse.ArgumentParser.parse_known_args().
|
private |
Definition at line 1988 of file argparse.py.
References argparse.ArgumentParser._get_option_tuples(), argparse._ActionsContainer._has_negative_number_optionals, argparse._ActionsContainer._option_string_actions, argparse.ArgumentParser._parse_optional(), TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PTrajectoryStateOnDet.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), join(), and argparse._ActionsContainer.prefix_chars.
|
private |
Definition at line 2031 of file argparse.py.
References argparse.ArgumentParser._get_option_tuples(), argparse._ActionsContainer._has_negative_number_optionals, argparse._ActionsContainer._option_string_actions, TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PTrajectoryStateOnDet.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), join(), and argparse._ActionsContainer.prefix_chars.
Referenced by argparse.ArgumentParser._parse_known_args(), python.rootplot.argparse.ArgumentParser._parse_known_args(), and argparse.ArgumentParser._parse_optional().
|
private |
|
private |
Definition at line 2323 of file argparse.py.
Referenced by argparse.ArgumentParser._print_message(), argparse.ArgumentParser.exit(), python.rootplot.argparse.ArgumentParser.exit(), argparse.ArgumentParser.print_help(), python.rootplot.argparse.ArgumentParser.print_help(), argparse.ArgumentParser.print_usage(), python.rootplot.argparse.ArgumentParser.print_usage(), argparse.ArgumentParser.print_version(), and python.rootplot.argparse.ArgumentParser.print_version().
|
private |
Definition at line 1927 of file argparse.py.
References argparse.ArgumentParser._read_args_from_files(), TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), PTrajectoryStateOnDet.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), and argparse.ArgumentParser.fromfile_prefix_chars.
|
private |
Definition at line 1964 of file argparse.py.
References argparse.ArgumentParser._read_args_from_files(), argparse.ArgumentParser.convert_arg_line_to_args(), TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), PTrajectoryStateOnDet.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), and argparse.ArgumentParser.fromfile_prefix_chars.
Referenced by argparse.ArgumentParser._parse_known_args(), python.rootplot.argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser._read_args_from_files(), and python.rootplot.argparse.ArgumentParser._read_args_from_files().
def argparse.ArgumentParser.add_subparsers | ( | self, | |
kwargs | |||
) |
Definition at line 1603 of file argparse.py.
References argparse.ArgumentParser._get_formatter(), argparse.ArgumentParser._get_positional_actions(), argparse._ActionsContainer._mutually_exclusive_groups, argparse._ActionsContainer._pop_action_class(), argparse.ArgumentParser._positionals, argparse.ArgumentParser._subparsers, argparse._ActionsContainer.add_argument_group(), argparse.ArgumentParser.add_subparsers(), TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), PTrajectoryStateOnDet.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), and argparse.ArgumentParser.usage.
def argparse.ArgumentParser.add_subparsers | ( | self, | |
kwargs | |||
) |
Definition at line 1636 of file argparse.py.
References argparse.ArgumentParser._get_formatter(), argparse.ArgumentParser._get_positional_actions(), argparse._ActionsContainer._mutually_exclusive_groups, argparse._ActionsContainer._pop_action_class(), argparse.ArgumentParser._positionals, argparse.ArgumentParser._subparsers, argparse._ActionsContainer.add_argument_group(), TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), PTrajectoryStateOnDet.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), and argparse.ArgumentParser.usage.
Referenced by argparse.ArgumentParser.add_subparsers().
def argparse.ArgumentParser.convert_arg_line_to_args | ( | self, | |
arg_line | |||
) |
Definition at line 1993 of file argparse.py.
Referenced by argparse.ArgumentParser._read_args_from_files(), and python.rootplot.argparse.ArgumentParser._read_args_from_files().
def argparse.ArgumentParser.error | ( | self, | |
message | |||
) |
error(message: string) Prints a usage message incorporating the message to stderr and exits. If you override this in a subclass, it should not return -- it should either exit or raise an exception.
Definition at line 2260 of file argparse.py.
References argparse.ArgumentParser.error(), CaloSegment.exit(), statemachine::HandleFiles.exit(), statemachine::HandleRuns.exit(), statemachine::HandleLumis.exit(), Vispa.Main.Application.Application.exit(), argparse.ArgumentParser.exit(), argparse.ArgumentParser.print_usage(), and argparse.ArgumentParser.prog.
def argparse.ArgumentParser.error | ( | self, | |
message | |||
) |
error(message: string) Prints a usage message incorporating the message to stderr and exits. If you override this in a subclass, it should not return -- it should either exit or raise an exception.
Definition at line 2337 of file argparse.py.
References CaloSegment.exit(), statemachine::HandleFiles.exit(), statemachine::HandleRuns.exit(), statemachine::HandleLumis.exit(), Vispa.Main.Application.Application.exit(), argparse.ArgumentParser.exit(), argparse.ArgumentParser.print_usage(), and argparse.ArgumentParser.prog.
Referenced by argparse.ArgumentParser._get_option_tuples(), python.rootplot.argparse.ArgumentParser._get_option_tuples(), argparse.ArgumentParser._parse_known_args(), python.rootplot.argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser._parse_optional(), python.rootplot.argparse.ArgumentParser._parse_optional(), argparse.ArgumentParser._read_args_from_files(), python.rootplot.argparse.ArgumentParser._read_args_from_files(), argparse.ArgumentParser.add_subparsers(), python.rootplot.argparse.ArgumentParser.add_subparsers(), argparse.ArgumentParser.error(), argparse.ArgumentParser.parse_args(), python.rootplot.argparse.ArgumentParser.parse_args(), argparse.ArgumentParser.parse_known_args(), and python.rootplot.argparse.ArgumentParser.parse_known_args().
def argparse.ArgumentParser.exit | ( | self, | |
status = 0 , |
|||
message = None |
|||
) |
def argparse.ArgumentParser.exit | ( | self, | |
status = 0 , |
|||
message = None |
|||
) |
Definition at line 2332 of file argparse.py.
References argparse.ArgumentParser._print_message().
Referenced by argparse.ArgumentParser.error(), python.rootplot.argparse.ArgumentParser.error(), and argparse.ArgumentParser.exit().
def argparse.ArgumentParser.format_help | ( | self | ) |
Definition at line 2203 of file argparse.py.
References argparse._ActionsContainer._action_groups, argparse._ActionsContainer._actions, argparse.ArgumentParser._get_formatter(), argparse._ActionsContainer._mutually_exclusive_groups, ExpressionHisto< T >.description, argparse._ActionsContainer.description, argparse.ArgumentParser.epilog, argparse.ArgumentParser.format_help(), and argparse.ArgumentParser.usage.
def argparse.ArgumentParser.format_help | ( | self | ) |
Definition at line 2266 of file argparse.py.
References argparse._ActionsContainer._action_groups, argparse._ActionsContainer._actions, argparse.ArgumentParser._get_formatter(), argparse._ActionsContainer._mutually_exclusive_groups, ExpressionHisto< T >.description, argparse._ActionsContainer.description, argparse.ArgumentParser.epilog, and argparse.ArgumentParser.usage.
Referenced by argparse.ArgumentParser.format_help(), argparse.ArgumentParser.print_help(), and python.rootplot.argparse.ArgumentParser.print_help().
def argparse.ArgumentParser.format_usage | ( | self | ) |
Definition at line 2197 of file argparse.py.
References argparse._ActionsContainer._actions, argparse.ArgumentParser._get_formatter(), argparse._ActionsContainer._mutually_exclusive_groups, argparse.ArgumentParser.format_usage(), and argparse.ArgumentParser.usage.
def argparse.ArgumentParser.format_usage | ( | self | ) |
Definition at line 2260 of file argparse.py.
References argparse._ActionsContainer._actions, argparse.ArgumentParser._get_formatter(), argparse._ActionsContainer._mutually_exclusive_groups, and argparse.ArgumentParser.usage.
Referenced by argparse.ArgumentParser.format_usage(), argparse.ArgumentParser.print_usage(), and python.rootplot.argparse.ArgumentParser.print_usage().
def argparse.ArgumentParser.format_version | ( | self | ) |
Definition at line 2226 of file argparse.py.
References argparse.ArgumentParser._get_formatter(), argparse.ArgumentParser.format_version(), MatrixInjector.MatrixInjector.version, TrackerInteractionGeometry.version, ora::MappingRawData.version, MatacqTBRawEvent::matacqHeader_t.version, DQMNet::CoreObject.version, XMLProcessor::_DBConfig.version, ScalersEventRecordRaw_v1.version, ScalersEventRecordRaw_v2.version, ScalersEventRecordRaw_v3.version, ScalersEventRecordRaw_v4.version, ScalersEventRecordRaw_v5.version, ScalersEventRecordRaw_v6.version, argparse._VersionAction.version, TiXmlDeclaration.version, and argparse.ArgumentParser.version.
def argparse.ArgumentParser.format_version | ( | self | ) |
Definition at line 2289 of file argparse.py.
References argparse.ArgumentParser._get_formatter(), MatrixInjector.MatrixInjector.version, TrackerInteractionGeometry.version, ora::MappingRawData.version, MatacqTBRawEvent::matacqHeader_t.version, DQMNet::CoreObject.version, XMLProcessor::_DBConfig.version, ScalersEventRecordRaw_v1.version, ScalersEventRecordRaw_v2.version, ScalersEventRecordRaw_v3.version, ScalersEventRecordRaw_v4.version, ScalersEventRecordRaw_v5.version, ScalersEventRecordRaw_v6.version, argparse._VersionAction.version, TiXmlDeclaration.version, and argparse.ArgumentParser.version.
Referenced by argparse.ArgumentParser.format_version(), argparse.ArgumentParser.print_version(), and python.rootplot.argparse.ArgumentParser.print_version().
def argparse.ArgumentParser.parse_args | ( | self, | |
args = None , |
|||
namespace = None |
|||
) |
Definition at line 1654 of file argparse.py.
References TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), PTrajectoryStateOnDet.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), join(), argparse.ArgumentParser.parse_args(), and argparse.ArgumentParser.parse_known_args().
def argparse.ArgumentParser.parse_args | ( | self, | |
args = None , |
|||
namespace = None |
|||
) |
Definition at line 1687 of file argparse.py.
References TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), PTrajectoryStateOnDet.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), join(), and argparse.ArgumentParser.parse_known_args().
Referenced by argparse.ArgumentParser.parse_args().
def argparse.ArgumentParser.parse_known_args | ( | self, | |
args = None , |
|||
namespace = None |
|||
) |
Definition at line 1661 of file argparse.py.
References argparse._ActionsContainer._actions, argparse._ActionsContainer._defaults, argparse.ArgumentParser._get_value(), argparse.ArgumentParser._parse_known_args(), TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PTrajectoryStateOnDet.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, argparse.ArgumentParser.error(), and argparse.ArgumentParser.parse_known_args().
def argparse.ArgumentParser.parse_known_args | ( | self, | |
args = None , |
|||
namespace = None |
|||
) |
Definition at line 1694 of file argparse.py.
References argparse._ActionsContainer._actions, argparse._ActionsContainer._defaults, argparse.ArgumentParser._get_value(), argparse.ArgumentParser._parse_known_args(), TreeStruct.error, MomentumConstraint.error, pat::MHT.error(), BinomialProbability.error(), CSCPairConstraint.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Ratio.error, Measurement1DFloat.error(), SiStripLaserRecHit2D.error, SaxToDom.error(), Measurement1D.error(), SamplingAnalysis.error(), EcalUncalibRecHitRatioMethodAlgo< C >::Tmax.error, SaxToDom2.error(), pat::LookupTableRecord.error(), FedTimingAnalysis.error(), ApvTimingAnalysis.error(), CSCPairResidualsConstraint.error(), edm::HLTGlobalStatus.error(), edm::HLTPathStatus.error(), edm::TriggerResultsByName.error(), PTrajectoryStateOnDet.error(), PhysicsTools::Calibration::Histogram< Value_t, Axis_t >.error(), cscdqm::XMLFileErrorHandler.error(), lhef::LHERunInfo::XSec.error, PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.error(), MuonErrorMatrix.error, DDLSAX2Handler.error(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.error(), SimpleSAXParser::ParserError.error(), reco::Vertex.error(), CSCDCCExaminer.error(), reco::TrackBase.error(), MatacqTBRawEvent.error, jetTools.AddJetCollection.error, MatacqRawEvent.error, TiXmlDocument.error, and argparse.ArgumentParser.error().
Referenced by argparse.ArgumentParser.parse_args(), python.rootplot.argparse.ArgumentParser.parse_args(), and argparse.ArgumentParser.parse_known_args().
def argparse.ArgumentParser.print_help | ( | self, | |
file = None |
|||
) |
Definition at line 2240 of file argparse.py.
References argparse.ArgumentParser._print_message(), argparse.HelpFormatter._Section.format_help(), argparse.HelpFormatter.format_help(), argparse.ArgumentParser.format_help(), and argparse.ArgumentParser.print_help().
def argparse.ArgumentParser.print_help | ( | self, | |
file = None |
|||
) |
Definition at line 2310 of file argparse.py.
References argparse.ArgumentParser._print_message(), argparse.HelpFormatter._Section.format_help(), argparse.HelpFormatter.format_help(), and argparse.ArgumentParser.format_help().
Referenced by argparse.ArgumentParser.print_help().
def argparse.ArgumentParser.print_usage | ( | self, | |
file = None |
|||
) |
Definition at line 2237 of file argparse.py.
References argparse.ArgumentParser._print_message(), argparse.ArgumentParser.format_usage(), and argparse.ArgumentParser.print_usage().
def argparse.ArgumentParser.print_usage | ( | self, | |
file = None |
|||
) |
Definition at line 2305 of file argparse.py.
References argparse.ArgumentParser._print_message(), and argparse.ArgumentParser.format_usage().
Referenced by argparse.ArgumentParser.error(), python.rootplot.argparse.ArgumentParser.error(), and argparse.ArgumentParser.print_usage().
def argparse.ArgumentParser.print_version | ( | self, | |
file = None |
|||
) |
Definition at line 2243 of file argparse.py.
References argparse.ArgumentParser._print_message(), CSCDDUHeader.format_version(), CSCSPHeader.format_version(), argparse.ArgumentParser.format_version(), and argparse.ArgumentParser.print_version().
def argparse.ArgumentParser.print_version | ( | self, | |
file = None |
|||
) |
Definition at line 2315 of file argparse.py.
References argparse.ArgumentParser._print_message(), CSCDDUHeader.format_version(), CSCSPHeader.format_version(), and argparse.ArgumentParser.format_version().
Referenced by argparse.ArgumentParser.print_version().
|
private |
Definition at line 1585 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__().
|
private |
Definition at line 1584 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__(), argparse.ArgumentParser.add_subparsers(), and python.rootplot.argparse.ArgumentParser.add_subparsers().
|
private |
Definition at line 1586 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__(), argparse.ArgumentParser.add_subparsers(), and python.rootplot.argparse.ArgumentParser.add_subparsers().
argparse.ArgumentParser.add_help |
Definition at line 1581 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__().
argparse.ArgumentParser.epilog |
Definition at line 1577 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__(), argparse.ArgumentParser.format_help(), and python.rootplot.argparse.ArgumentParser.format_help().
argparse.ArgumentParser.formatter_class |
Definition at line 1579 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__(), argparse.ArgumentParser._get_formatter(), and python.rootplot.argparse.ArgumentParser._get_formatter().
argparse.ArgumentParser.fromfile_prefix_chars |
Definition at line 1580 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__(), argparse.ArgumentParser._parse_known_args(), python.rootplot.argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser._read_args_from_files(), and python.rootplot.argparse.ArgumentParser._read_args_from_files().
argparse.ArgumentParser.prog |
Definition at line 1575 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__(), argparse.ArgumentParser._get_formatter(), python.rootplot.argparse.ArgumentParser._get_formatter(), argparse.ArgumentParser.error(), and python.rootplot.argparse.ArgumentParser.error().
argparse.ArgumentParser.usage |
Definition at line 1576 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__(), argparse.ArgumentParser.add_subparsers(), python.rootplot.argparse.ArgumentParser.add_subparsers(), argparse.ArgumentParser.format_help(), python.rootplot.argparse.ArgumentParser.format_help(), argparse.ArgumentParser.format_usage(), and python.rootplot.argparse.ArgumentParser.format_usage().
argparse.ArgumentParser.version |
Definition at line 1578 of file argparse.py.
Referenced by python.rootplot.argparse._VersionAction.__call__(), argparse.ArgumentParser.__init__(), argparse.ArgumentParser.format_version(), and python.rootplot.argparse.ArgumentParser.format_version().