typed_ast icon indicating copy to clipboard operation
typed_ast copied to clipboard

Modified fork of CPython's ast module that parses `# type:` comments

Results 1 typed_ast issues
Sort by recently updated
recently updated
newest added

typed_ast does not support parsing syntax introduced in Python 3.8 and newer, and never will. Instead, it is recommended to use the stdlib `ast` module in Python 3.8 and newer,...