lsst.obs.base
19.0.0-44-ge8b811b
|
Public Member Functions | |
def | __init__ |
def | isForFiles (self) |
def | handle |
def | __str__ (self) |
def | __call__ |
def | rank (self) |
def | translate |
def | __lt__ |
Public Attributes | |
lastDataId2 | |
A `ParsedPathElementHandler` that does nothing with an entry other optionally logging a warning message. A `SkipHandler` is used for Gen2 datasets that we can recognize but do not want to (or cannot) extract Gen3 datasets from, or other files/directories that alway appears at a fixed level in the diectory tree. Parameters ---------- parser : `PathElementParser` An object that matches the path element this handler is responsible for and extracts a (partial) Gen2 data ID from it. isForFiles : `bool` Whether this handler should be applied to files (`True`) or directories (`False`). message : `str`, optional A message to log at warning level when this handler matches a path entry. If `None`, matched entrie will be silently skipped.
Definition at line 161 of file handlers.py.
def lsst.obs.base.gen2to3.repoWalker.handlers.SkipHandler.__init__ | ( | self, | |
parser | |||
) |
Definition at line 181 of file handlers.py.
|
inherited |
Definition at line 119 of file handlers.py.
|
inherited |
Definition at line 136 of file scanner.py.
|
inherited |
Definition at line 116 of file handlers.py.
def lsst.obs.base.gen2to3.repoWalker.handlers.SkipHandler.handle | ( | self, | |
path | |||
) |
Definition at line 192 of file handlers.py.
def lsst.obs.base.gen2to3.repoWalker.handlers.SkipHandler.isForFiles | ( | self, | |
bool | |||
) |
Definition at line 188 of file handlers.py.
|
inherited |
Definition at line 129 of file handlers.py.
|
inherited |
Definition at line 112 of file scanner.py.
|
inherited |
Definition at line 59 of file scanner.py.