Home
last modified time | relevance | path

Searched defs:locals_scope (Results 1 – 8 of 8) sorted by relevance

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/optimizations/
H A DFunctionInlining.py37 def __init__(self, locals_scope, variable_translation): argument
50 def updateLocalsScope(provider, locals_scope, variable_translation): argument
H A DTraceCollections.py319 def onLocalsDictEscaped(self, locals_scope): argument
557 def onLocalsUsage(self, locals_scope): argument
854 def onLocalsDictEscaped(self, locals_scope): argument
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DLocalsDictNodes.py49 def __init__(self, locals_scope, variable_name, fallback, source_ref): argument
211 def __init__(self, locals_scope, variable_name, source_ref): argument
306 def __init__(self, locals_scope, variable_name, source_ref): argument
341 def __init__(self, locals_scope, variable_name, value, source_ref): argument
443 def __init__(self, locals_scope, variable_name, tolerant, source_ref): argument
538 def __init__(self, locals_scope, new_locals, source_ref): argument
599 def __init__(self, locals_scope, source_ref): argument
623 def __init__(self, locals_scope, source_ref): argument
H A DGlobalsLocalsNodes.py59 def __init__(self, locals_scope, source_ref): argument
85 def __init__(self, locals_scope, source_ref): argument
104 def __init__(self, locals_scope, source_ref): argument
H A DBuiltinRefNodes.py96 def makeExpressionBuiltinRef(builtin_name, locals_scope, source_ref): argument
125 locals_scope = None variable in ExpressionBuiltinRef
174 def __init__(self, builtin_name, locals_scope, source_ref): argument
H A DNodeMakingHelpers.py426 def makeExpressionBuiltinLocals(locals_scope, source_ref): argument
H A DVariableRefNodes.py595 def __init__(self, variable, locals_scope, source_ref): argument
607 def makeExpressionVariableRef(variable, locals_scope, source_ref): argument
H A DExecEvalNodes.py237 def __init__(self, locals_scope, locals_arg, source_ref): argument