Tool for finding class-scoped comprehensions whose name resolution might be impacted by PEP 709.
No dependencies except Python 3.10+.
python finder.py path
path
may be a file or directory (which is scanned recursively).
Install development dependencies.
pip install -r frozen.txt
python -m pytest
python -m black --check finder.py test_finder.py
python -m mypy finder.py test_finder.py