Derivationtree

Latest version: v0.4.3

Safety actively analyzes 638346 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.3.1

Changed

- `DerivationTree.from_node` infers optional `is_open` parameter from whether the given
value is a nonterminal or not.

0.3.0

Changed

- Changed signature of `DerivationTree.children` method, which now returns a dictionary
of paths and nodes instead of only nodes.

0.2.0

Added

- Added convenience methods `DerivationTree.from_node` and `DerivationTree.add_children`
for constructing a derivation tree from a value, optional id, and "open" flag, and
for adding children to an existing derivation tree leaf.

Changed

- Preventing replacement of paths that do not have an immediate parent in the tree.
One *can* replace a path that is a child of a previous leaf node in the tree, but
did not exist in the tree before.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.