Searched refs:LambdaScope (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
H A Dsymbols.py196 class LambdaScope(FunctionScope): class in inherits:FunctionScope
273 scope = LambdaScope(self.module, self.klass)
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/
H A Dsymbols.py196 class LambdaScope(FunctionScope): class in inherits:FunctionScope
273 scope = LambdaScope(self.module, self.klass)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dsymbols.py196 class LambdaScope(FunctionScope): class in inherits:FunctionScope
273 scope = LambdaScope(self.module, self.klass)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dsymbols.py196 class LambdaScope(FunctionScope): class in inherits:FunctionScope
273 scope = LambdaScope(self.module, self.klass)

Completed in 330 milliseconds