Files
parso/test
Saiyang Gou 86f3f1096b Add NodeOrLeaf.dump() and NodeOrLeaf.search_ancestor() (#187)
- Add `NodeOrLeaf.dump()` to generate a readable and "round-trippable" dump for a parser tree
- `parso.tree.search_ancestor()` is deprecated, use `NodeOrLeaf.search_ancestor()` instead
- Set up children's parent in `BaseNode.__init__()`
- Add test for `search_ancestor`
- Various small type annotations improvements
2021-05-29 12:40:07 -07:00
..
2017-05-11 09:43:37 -04:00
2020-07-24 16:11:06 +02:00
2020-07-25 18:20:56 +02:00
2020-07-24 16:11:06 +02:00
2020-07-24 16:11:06 +02:00
2020-07-24 16:11:06 +02:00