Imports
-
../../Objects/pyobjectBase, ../../Objects/dictobjectImpl, ../../Objects/exceptions, ../../Objects/stringobject, ../../Objects/noneobject, ../../Objects/moduleobject, ../../Objects/frameobject, ../pystate, ../builtindict, ../neval_frame, ../../Objects/abstract/mapping, ../../Objects/abstract/dunder, ../../Include/internal/pycore_global_strings
Procs
proc PyEval_EnsureBuiltins(globals: PyObject): PyBaseErrorObject {....raises: [], tags: [RootEffect], forbids: [].}
- Source Edit
proc PyEval_GetFrameLocals(): PyObject {....raises: [], tags: [RootEffect], forbids: [].}
- PyEval_GetFrameLocals / _PyEval_GetFrameLocals Return the locals dictionary from the current frame Source Edit
proc PyEval_GetGlobalsFromRunningMain(): PyObject {....raises: [], tags: [RootEffect], forbids: [].}
- _PyEval_GetGlobalsFromRunningMain Return the globals dictionary from the __main__ module Source Edit