typed_ast is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard ast library. Unlike ast up to Python 3.7, the parsers in typed_ast include PEP 484 type comments ...
Overview Python's "ast" module transforms the text of Python source code into an object stream. It's a more powerful way to walk through Python code, analyze its components, and make changes than ...
This is an idea @iritkatriel, @markshannon and @pablogsal and I were discussing at the sprints in Cambridge. Currently the ast module exposes a set of mutable AST nodes. The process of marshaling out ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results