Home
last modified time | relevance | path

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

/third_party/python/Include/
Dsysmodule.h10 PyAPI_FUNC(PyObject *) PySys_GetObject(const char *);
/third_party/python/Python/
Dimport.c54 path_hooks = PySys_GetObject("path_hooks"); in _PyImportZip_Init()
953 PyObject *path_importer_cache = PySys_GetObject("path_importer_cache"); in PyImport_GetImporter()
954 PyObject *path_hooks = PySys_GetObject("path_hooks"); in PyImport_GetImporter()
1704 PyObject *sys_path = PySys_GetObject("path"); in import_find_and_load()
1705 PyObject *sys_meta_path = PySys_GetObject("meta_path"); in import_find_and_load()
1706 PyObject *sys_path_hooks = PySys_GetObject("path_hooks"); in import_find_and_load()
Dtraceback.c999 limitv = PySys_GetObject("tracebacklimit"); in _PyTraceBack_Print_Indented()
Dinitconfig.c3098 obj = PySys_GetObject(#NAME); \ in _Py_DumpPathConfig()
3119 PyObject *sys_path = PySys_GetObject("path"); /* borrowed reference */ in _Py_DumpPathConfig()
Dpylifecycle.c1171 PyObject *warnoptions = PySys_GetObject("warnoptions"); in init_interp_main()
Dbltinmodule.c460 PyObject *hook = PySys_GetObject("breakpointhook"); in builtin_breakpoint()
Dsysmodule.c90 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.c3382 sys_stdout = PySys_GetObject("stdout"); in _curses_setupterm_impl()
/third_party/python/Modules/_ctypes/
Dcallbacks.c101 PyObject *f = PySys_GetObject("stderr"); in PrintError()
/third_party/python/PC/
Dpython3dll.c546 EXPORT_FUNC(PySys_GetObject)
/third_party/python/Doc/data/
Dstable_abi.dat596 function,PySys_GetObject,3.2,,
Drefcounts.dat2141 PySys_GetObject:PyObject*::0:
2142 PySys_GetObject:const char*:name::
/third_party/python/Doc/c-api/
Dsys.rst222 .. c:function:: PyObject *PySys_GetObject(const char *name)
Dinit_config.rst1322 initialization first and then use PySys_GetObject("path") */
/third_party/python/Misc/
Dstable_abi.toml1315 [function.PySys_GetObject]
/third_party/python/Doc/whatsnew/
D3.11.rst2556 paths and then modify them, finish initialization and use :c:func:`PySys_GetObject`