Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c2269 _PySys_AddWarnOptionWithError(PyThreadState *tstate, PyObject *option) in _PySys_AddWarnOptionWithError() function
2285 if (_PySys_AddWarnOptionWithError(tstate, option) < 0) { in PySys_AddWarnOptionUnicode()