lsst.datarel
14.0+27
|
Public Member Functions | |
def | __init__ (self, keys, regex, simple) |
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 [].