Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c80 _PySys_GetObject(PyInterpreterState *interp, const char *name) in _PySys_GetObject() function
96 PyObject *value = _PySys_GetObject(tstate->interp, name); in PySys_GetObject()
3126 PyObject *flags = _PySys_GetObject(interp, "flags"); // borrowed ref in _PySys_UpdateConfig()