mypy
cbb60d84 - Support @no_type_check with native parser (#20959)

Commit
120 days ago
Support @no_type_check with native parser (#20959) We apply `@no_type_check` in `fastparse.py` using some (fragile) name matching. A more proper way (which also works for native parser) is to erase annotations during semantic analysis. This fixes half a dozen tests with native parser.
Author
Parents
Loading