Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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__