Home
last modified time | relevance | path

Searched defs:scopes (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpycodegen.py1298 scopes = None variable in ModuleCodeGenerator
1312 scopes = None variable in ExpressionCodeGenerator
1327 scopes = None variable in InteractiveCodeGenerator
1350 def __init__(self, func, scopes, isLambda, class_name, mod): argument
1411 scopes = None variable in FunctionCodeGenerator
1415 def __init__(self, func, scopes, isLambda, class_name, mod): argument
1427 scopes = None variable in GenExprCodeGenerator
1431 def __init__(self, gexp, scopes, class_name, mod): argument
1441 def __init__(self, klass, scopes, module): argument
1463 scopes = None variable in ClassCodeGenerator
[all …]
Dsymbols.py447 scopes = d.values() variable