Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dsymbols.py181 class GenExprScope(Scope): class
240 scope = GenExprScope(self.module, self.klass);
242 or isinstance(parent, GenExprScope):