Home
last modified time | relevance | path

Searched refs:PySys_GetObject (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Include/
Dsysmodule.h10 PyAPI_FUNC(PyObject *) PySys_GetObject(const char *);
/third_party/python/Python/
Dimport.c59 path_hooks = PySys_GetObject("path_hooks"); in _PyImportZip_Init()
988 PyObject *path_importer_cache = PySys_GetObject("path_importer_cache"); in PyImport_GetImporter()
989 PyObject *path_hooks = PySys_GetObject("path_hooks"); in PyImport_GetImporter()
1489 PyObject *sys_path = PySys_GetObject("path"); in import_find_and_load()
1490 PyObject *sys_meta_path = PySys_GetObject("meta_path"); in import_find_and_load()
1491 PyObject *sys_path_hooks = PySys_GetObject("path_hooks"); in import_find_and_load()
Dtraceback.c609 limitv = PySys_GetObject("tracebacklimit"); in PyTraceBack_Print()
Dinitconfig.c3080 obj = PySys_GetObject(#NAME); \ in _Py_DumpPathConfig()
3101 PyObject *sys_path = PySys_GetObject("path"); /* borrowed reference */ in _Py_DumpPathConfig()
Dpylifecycle.c1136 PyObject *warnoptions = PySys_GetObject("warnoptions"); in init_interp_main()
Dbltinmodule.c472 PyObject *hook = PySys_GetObject("breakpointhook"); in builtin_breakpoint()
Dsysmodule.c101 PySys_GetObject(const char *name) in PySys_GetObject() function
/third_party/python/Modules/
Dsyslogmodule.c74 PyObject *argv = PySys_GetObject("argv"); in syslog_get_argv()
D_cursesmodule.c3376 sys_stdout = PySys_GetObject("stdout"); in _curses_setupterm_impl()
/third_party/python/Modules/_ctypes/
Dcallbacks.c85 PyObject *f = PySys_GetObject("stderr"); in PrintError()
/third_party/python/Doc/data/
Dstable_abi.dat578 function,PySys_GetObject,3.2,
Drefcounts.dat2141 PySys_GetObject:PyObject*::0:
2142 PySys_GetObject:const char*:name::
/third_party/python/PC/
Dpython3dll.c535 EXPORT_FUNC(PySys_GetObject)
/third_party/python/Doc/c-api/
Dsys.rst222 .. c:function:: PyObject *PySys_GetObject(const char *name)
/third_party/python/Misc/
Dstable_abi.txt1223 function PySys_GetObject