Home | History | Annotate | Download | only in Compiler

Lines Matching refs:outer_scope

6401     def init_scope(self, outer_scope, expr_scope=None):
6405 self.expr_scope = Symtab.GeneratorExpressionScope(outer_scope)