Home | History | Annotate | Download | only in compiler

Lines Matching refs:FunctionGen

191     NameFinder, FunctionGen, and ClassGen.  These attributes can be
233 assert getattr(self, 'FunctionGen')
343 FunctionGen = None
383 gen = self.FunctionGen(node, self.scopes, isLambda,
1292 self.__class__.FunctionGen = FunctionCodeGenerator