Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dpycodegen.py1288 class NestedScopeMixin: class
1295 class ModuleCodeGenerator(NestedScopeMixin, CodeGenerator):
1309 class ExpressionCodeGenerator(NestedScopeMixin, CodeGenerator):
1323 class InteractiveCodeGenerator(NestedScopeMixin, CodeGenerator):
1408 class FunctionCodeGenerator(NestedScopeMixin, AbstractFunctionCode,
1424 class GenExprCodeGenerator(NestedScopeMixin, AbstractFunctionCode,
1461 class ClassCodeGenerator(NestedScopeMixin, AbstractClassCode, CodeGenerator):