Home
last modified time | relevance | path

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

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DExecEvalNodes.py45 "globals_arg": globals_arg,
66 globals_arg=globals_arg,
79 globals_arg=self.subnode_globals_arg,
108 globals_arg=globals_arg,
121 globals_arg=self.subnode_globals_arg,
147 "globals_arg": globals_arg,
176 globals_arg = trace_collection.onExpression(
180 if globals_arg is not None and globals_arg.mayRaiseException(BaseException):
183 if globals_arg is not None and globals_arg.willRaiseException(BaseException):
185 expressions=(source_code, globals_arg)
[all …]
H A DImportNodes.py129 globals_arg=None,
349 def __init__(self, name, globals_arg, locals_arg, fromlist, level, source_ref): argument
354 "globals_arg": globals_arg,
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/optimizations/
H A DOptimizeBuiltinCalls.py752 filename, globals_arg, locals_arg, source_ref argument
762 globals_node=globals_arg,
788 globals_arg=globals_ref,
821 def wrapEvalBuiltin(source, globals_arg, locals_arg, source_ref): argument
832 globals_node=globals_arg,
840 globals_arg is None
841 or globals_ref.getSourceReference() == globals_arg.getSourceReference()
943 globals_arg=globals_ref,
981 source, globals_arg, locals_arg, source_ref argument
991 globals_node=globals_arg,
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tree/
H A DReformulationImportStatements.py200 globals_arg=import_globals,
216 globals_arg=ExpressionBuiltinGlobals(source_ref),
319 globals_arg=ExpressionBuiltinGlobals(source_ref),
H A DReformulationExecStatements.py342 globals_arg=ExpressionTempVariableRef(
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DEvalCodes.py242 globals_arg = statement.subnode_globals_arg
254 to_name=globals_name, expression=globals_arg, emit=emit, context=context