Searched defs:GenExprScope (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dsymbols.py181 class GenExprScope(Scope): class in inherits:Scope
240 scope = GenExprScope(self.module, self.klass);
242 or isinstance(parent, GenExprScope):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dsymbols.py181 class GenExprScope(Scope): class in inherits:Scope
240 scope = GenExprScope(self.module, self.klass);
242 or isinstance(parent, GenExprScope):

Completed in 341 milliseconds