Home
last modified time | relevance | path

Searched refs:PyEval_GetGlobals (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython3/Include/
Dceval.h32 PyAPI_FUNC(PyObject *) PyEval_GetGlobals(void);
/external/python/cpython2/Include/
Dceval.h29 PyAPI_FUNC(PyObject *) PyEval_GetGlobals(void);
/external/python/cpython2/Doc/c-api/
Dreflection.rst20 .. c:function:: PyObject* PyEval_GetGlobals()
/external/python/cpython3/Doc/c-api/
Dreflection.rst20 .. c:function:: PyObject* PyEval_GetGlobals(void)
/external/python/cpython2/PC/os2vacpp/
Dpython.def163 PyEval_GetGlobals
/external/python/pybind11/tests/
Dconstructor_stats.h113 PyObject *globals = PyEval_GetGlobals(); in gc()
/external/python/cpython2/Python/
Dbltinmodule.c653 globals = PyEval_GetGlobals(); in builtin_eval()
747 globals = PyEval_GetGlobals(); in builtin_execfile()
873 d = PyEval_GetGlobals(); in builtin_globals()
1253 globals = PyEval_GetGlobals(); in builtin_input()
Dceval.c4155 PyEval_GetGlobals(void) in PyEval_GetGlobals() function
4996 PyObject *g = PyEval_GetGlobals(); in build_class()
5048 globals = PyEval_GetGlobals(); in exec_statement()
Dimport.c2902 globals = PyEval_GetGlobals(); in PyImport_Import()
/external/python/cpython3/Python/
Dbltinmodule.c910 globals = PyEval_GetGlobals(); in builtin_eval_impl()
989 globals = PyEval_GetGlobals(); in builtin_exec_impl()
1113 d = PyEval_GetGlobals(); in builtin_globals_impl()
Dimport.c2040 globals = PyEval_GetGlobals(); in PyImport_Import()
Dceval.c4928 PyEval_GetGlobals(void) in PyEval_GetGlobals() function
/external/python/cpython3/PC/
Dpython3.def174 PyEval_GetGlobals=python39.PyEval_GetGlobals
/external/python/cpython2/PC/os2emx/
Dpython27.def836 "PyEval_GetGlobals"
/external/python/cpython2/Modules/
Dpyexpat.c346 f = PyFrame_New(tstate, c, PyEval_GetGlobals(), NULL); in call_with_frame()
/external/python/cpython2/Doc/data/
Drefcounts.dat363 PyEval_GetGlobals:PyObject*::0:
/external/python/cpython2/Objects/
Dclassobject.c64 PyObject *globals = PyEval_GetGlobals(); in PyClass_New()
Dtypeobject.c2400 tmp = PyEval_GetGlobals(); in type_new()
/external/python/pybind11/include/pybind11/
Dpybind11.h1073 PyObject *p = PyEval_GetGlobals(); in globals()
/external/python/cpython3/Doc/data/
Drefcounts.dat773 PyEval_GetGlobals:PyObject*::0:
/external/python/cpython3/Objects/
Dtypeobject.c2643 tmp = PyEval_GetGlobals(); in type_new()
/external/python/cpython2/Misc/
DHISTORY11123 PyEval_GetGlobals.
/external/python/cpython3/Misc/
DHISTORY28502 PyEval_GetGlobals.