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

/external/python/cpython2/Lib/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 260 milliseconds