|
lsst.obs.base
19.0.0-35-gb03e55a
|
Public Member Functions | |
| def | __init__ |
| def | build |
| def | prune (self) |
Public Attributes | |
| template | |
| keys | |
| elements | |
An input to a `RepoWalker` that indicates that matched files should be
skipped, possibly with a warning message.
BuilderSkipInputs can be pruned. When they are not pruned, they build
`SkipHandler` instances.
Parameters
----------
template : `str`
The complete Gen2 template to be matched (not just the template for
one path element).
keys : `dict` [`str`, `type`]
A mapping from Gen2 data ID key to the type of its value.
message : `str`, optional
If not `None`, a warning message that should be printed either when a
matching file is enountered or a directory that may contain such files
is skipped.
isForFiles : `bool`, optional
If `True` (default), this handler should be run on files. Otherwise it
should be run on directories.
Definition at line 137 of file builders.py.
| def lsst.obs.base.gen2to3.repoWalker.builders.BuilderSkipInput.__init__ | ( | self, | |
| template | |||
| ) |
Definition at line 159 of file builders.py.
| def lsst.obs.base.gen2to3.repoWalker.builders.BuilderSkipInput.build | ( | self, | |
| parser | |||
| ) |
Definition at line 165 of file builders.py.
| def lsst.obs.base.gen2to3.repoWalker.builders.BuilderSkipInput.prune | ( | self, | |
| Tuple, | |||
| BuilderNode, | |||
| List, | |||
| str, | |||
| bool | |||
| ) |
Definition at line 171 of file builders.py.
|
inherited |
Definition at line 120 of file builders.py.
|
inherited |
Definition at line 119 of file builders.py.
|
inherited |
Definition at line 118 of file builders.py.
1.8.13