Searched refs:PySys_GetObject (Results 1 – 17 of 17) sorted by relevance
10 PyAPI_FUNC(PyObject *) PySys_GetObject(const char *);
54 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()
999 limitv = PySys_GetObject("tracebacklimit"); in _PyTraceBack_Print_Indented()
3098 obj = PySys_GetObject(#NAME); \ in _Py_DumpPathConfig()3119 PyObject *sys_path = PySys_GetObject("path"); /* borrowed reference */ in _Py_DumpPathConfig()
1171 PyObject *warnoptions = PySys_GetObject("warnoptions"); in init_interp_main()
460 PyObject *hook = PySys_GetObject("breakpointhook"); in builtin_breakpoint()
90 PySys_GetObject(const char *name) in PySys_GetObject() function
74 PyObject *argv = PySys_GetObject("argv"); in syslog_get_argv()
3382 sys_stdout = PySys_GetObject("stdout"); in _curses_setupterm_impl()
101 PyObject *f = PySys_GetObject("stderr"); in PrintError()
546 EXPORT_FUNC(PySys_GetObject)
596 function,PySys_GetObject,3.2,,
2141 PySys_GetObject:PyObject*::0:2142 PySys_GetObject:const char*:name::
222 .. c:function:: PyObject *PySys_GetObject(const char *name)
1322 initialization first and then use PySys_GetObject("path") */
1315 [function.PySys_GetObject]
2556 paths and then modify them, finish initialization and use :c:func:`PySys_GetObject`