spekk.trees.core#
Functions that operate on trees.
Functions
|
Return |
|
Remove all subtrees for which the predicate returns |
|
Get the subtree at the given path. |
|
Return True if the given path exists in the tree. |
|
Traverse a tree and yield all leaves as |
|
Merge two trees (assuming this is possible). |
|
Remove the value of the subtree at the given path. |
|
Set the value of the subtree at the given path. |
|
Traverse a tree and yield all nodes (subtrees and leaves) as |
|
Update the subtree at the given path. |
|
Apply |
Classes
|
An object returned from the |