Searched refs:PySys_GetObject (Results 1 – 15 of 15) sorted by relevance
10 PyAPI_FUNC(PyObject *) PySys_GetObject(const char *);
59 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()
609 limitv = PySys_GetObject("tracebacklimit"); in PyTraceBack_Print()
3080 obj = PySys_GetObject(#NAME); \ in _Py_DumpPathConfig()3101 PyObject *sys_path = PySys_GetObject("path"); /* borrowed reference */ in _Py_DumpPathConfig()
1136 PyObject *warnoptions = PySys_GetObject("warnoptions"); in init_interp_main()
472 PyObject *hook = PySys_GetObject("breakpointhook"); in builtin_breakpoint()
101 PySys_GetObject(const char *name) in PySys_GetObject() function
74 PyObject *argv = PySys_GetObject("argv"); in syslog_get_argv()
3376 sys_stdout = PySys_GetObject("stdout"); in _curses_setupterm_impl()
85 PyObject *f = PySys_GetObject("stderr"); in PrintError()
578 function,PySys_GetObject,3.2,
2141 PySys_GetObject:PyObject*::0:2142 PySys_GetObject:const char*:name::
535 EXPORT_FUNC(PySys_GetObject)
222 .. c:function:: PyObject *PySys_GetObject(const char *name)
1223 function PySys_GetObject