|
LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Public Member Functions | |
| def | __init__ |
Public Attributes | |
| keys | |
| regex | |
| simple | |
A single component (directory or file) of a path template. The
following attributes are provided:
keys
List of key names first occurring in this path component.
regex
Compiled regular expression identifying matches to this path
component unless simple is True; in that case, regex is just
a string literal
simple
True if regex is a simple string literal rather than a pattern.
In this case, keys will always by None or [].
Definition at line 184 of file datasetScanner.py.
| def lsst.datarel.datasetScanner._PathComponent.__init__ | ( | self, | |
| keys, | |||
| regex, | |||
| simple | |||
| ) |
Definition at line 200 of file datasetScanner.py.
| lsst.datarel.datasetScanner._PathComponent.keys |
Definition at line 201 of file datasetScanner.py.
| lsst.datarel.datasetScanner._PathComponent.regex |
Definition at line 202 of file datasetScanner.py.
| lsst.datarel.datasetScanner._PathComponent.simple |
Definition at line 203 of file datasetScanner.py.
1.8.5