Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dpycodegen.py95 gen = ExpressionCodeGenerator(tree)
1309 class ExpressionCodeGenerator(NestedScopeMixin, CodeGenerator): class