Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c91 _PySys_GetObject(PyInterpreterState *interp, const char *name) in _PySys_GetObject() function
107 PyObject *value = _PySys_GetObject(tstate->interp, name); in PySys_GetObject()
3028 PyObject *flags = _PySys_GetObject(interp, "flags"); // borrowed ref in _PySys_UpdateConfig()