Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsysmodule.c2142 get_warnoptions(PyThreadState *tstate) in get_warnoptions() function
2187 PyObject *warnoptions = get_warnoptions(tstate); in _PySys_AddWarnOptionWithError()
2963 if (get_warnoptions(tstate) == NULL) { in _PySys_InitMain()