Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dpycodegen.py343 FunctionGen = None variable in CodeGenerator
383 gen = self.FunctionGen(node, self.scopes, isLambda,
1292 self.__class__.FunctionGen = FunctionCodeGenerator