mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
- 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
15 lines
148 B
Plaintext
15 lines
148 B
Plaintext
*~
|
|
*.sw?
|
|
*.pyc
|
|
.coveralls.yml
|
|
.coverage
|
|
/build/
|
|
/docs/_build/
|
|
/dist/
|
|
parso.egg-info/
|
|
/.cache/
|
|
/.pytest_cache
|
|
test/fuzz-redo.pickle
|
|
/venv/
|
|
/htmlcov/
|