Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c135 sys_set_object_id(PyInterpreterState *interp, _Py_Identifier *key, PyObject *v) in sys_set_object_id() function
144 return sys_set_object_id(interp, key, v); in _PySys_SetObjectId()
2277 if (sys_set_object_id(tstate->interp, &PyId_warnoptions, warnoptions)) { in get_warnoptions()
2370 if (sys_set_object_id(tstate->interp, &PyId__xoptions, xoptions)) { in get_xoptions()
3173 if (sys_set_object_id(interp, &PyId_path, v) != 0) { in PySys_SetPath()