lsst.pipe.base  13.0-14-g8b3bf66+11
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
lsst.pipe.base.argumentParser.ConfigDatasetType Class Reference
Inheritance diagram for lsst.pipe.base.argumentParser.ConfigDatasetType:
lsst.pipe.base.argumentParser.DynamicDatasetType

Public Member Functions

def __init__
 
def getDatasetType
 
- Public Member Functions inherited from lsst.pipe.base.argumentParser.DynamicDatasetType
def addArgument
 
def getDatasetType
 

Public Attributes

 name
 

Detailed Description

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.

Constructor & Destructor Documentation

def lsst.pipe.base.argumentParser.ConfigDatasetType.__init__ (   self,
  name 
)

Definition at line 337 of file argumentParser.py.

Member Function Documentation

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.

Member Data Documentation

lsst.pipe.base.argumentParser.ConfigDatasetType.name

Definition at line 339 of file argumentParser.py.


The documentation for this class was generated from the following file: