Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dpycodegen.py1346 class AbstractFunctionCode: class
1408 class FunctionCodeGenerator(NestedScopeMixin, AbstractFunctionCode,
1413 __super_init = AbstractFunctionCode.__init__
1424 class GenExprCodeGenerator(NestedScopeMixin, AbstractFunctionCode,
1429 __super_init = AbstractFunctionCode.__init__