Lines Matching refs:trees
2 :mod:`parser` --- Access Python parse trees
6 :synopsis: Access parse trees for Python source code.
41 trees for Python code, but some examples of using the :mod:`parser` module are
48 :file:`Grammar/Grammar` in the standard Python distribution. The parse trees
55 Python version to another as source text will always allow correct parse trees
58 language constructs. The parse trees are not typically compatible from one
86 cost of processing complex parse trees, to provide a parse tree representation
89 manipulate parse trees. A simple "wrapper" class may be created in Python to
94 other representations such as parse trees and compiled code objects, but there
169 parse trees represented as list- or tuple- trees, or may be compiled into
170 executable code objects. Parse trees may be extracted with or without line