Public Member Functions | |
def | __init__ |
def | getDatasetType |
![]() | |
def | addArgument |
def | getDatasetType |
Public Attributes | |
name | |
Dataset type specified by a config parameter. Parameters ---------- name : `str` Name of config option whose value is the dataset type.
Definition at line 328 of file argumentParser.py.
def lsst.pipe.base.argumentParser.ConfigDatasetType.__init__ | ( | self, | |
name | |||
) |
Definition at line 337 of file argumentParser.py.
def lsst.pipe.base.argumentParser.ConfigDatasetType.getDatasetType | ( | self, | |
namespace | |||
) |
Return the dataset type as a string, from the appropriate config field Parameters ---------- namespace : `argparse.Namespace` Parsed command.
Definition at line 341 of file argumentParser.py.
lsst.pipe.base.argumentParser.ConfigDatasetType.name |
Definition at line 339 of file argumentParser.py.