Home
last modified time | relevance | path

Searched refs:python_symbols (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/lib2to3/
Dbtm_matcher.py163 from .pygram import python_symbols
166 for name, val in python_symbols.__dict__.items():
Dpygram.py34 python_symbols = Symbols(python_grammar) variable
Dbtm_utils.py5 from .pygram import pattern_symbols, python_symbols
8 pysyms = python_symbols
Dfixer_base.py47 syms = pygram.python_symbols
Dpatcomp.py53 self.pysyms = pygram.python_symbols
Dpytree.py25 from .pygram import python_symbols
28 for name, val in python_symbols.__dict__.items():
Dfixer_util.py9 from .pygram import python_symbols as syms
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_map.py26 from ..pygram import python_symbols as syms
Dfix_next.py10 from ..pygram import python_symbols as syms
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_parser.py25 from lib2to3.pygram import python_symbols as syms
Dtest_refactor.py132 top_fixes = d.pop(pygram.python_symbols.file_input)