lsst.obs.base
19.0.0-43-gbcf6a3c+1
|
Public Member Functions | |
def | prune (self) |
def | build |
Abstract interface for nodes in the temporary tree that is used to construct a `RepoWalker`.
Definition at line 50 of file builders.py.
def lsst.obs.base.gen2to3.repoWalker.builders.BuilderNode.build | ( | self, | |
parser | |||
) |
Definition at line 74 of file builders.py.
def lsst.obs.base.gen2to3.repoWalker.builders.BuilderNode.prune | ( | self, | |
Tuple, | |||
BuilderNode, | |||
List, | |||
str, | |||
bool | |||
) |
Attempt to prune this node and its children from the tree. Returns ------- replacement : `BuilderNode` The result of recursively pruning child nodes; often just ``self``. messages : `list` [`str`] Warning messages that should be logged by a parent node when a matching path element is encountered, if this node is pruned. prune : `bool` If `True`, this node may be pruned from the tree (but will not necessarily be - it may correspond to a path element that should be skipped with siblings that should not be).
Definition at line 56 of file builders.py.