Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dsysmodule.h42 PyAPI_FUNC(int) _PySys_AddWarnOptionWithError(PyObject *option);
/external/python/cpython3/Python/
Dsysmodule.c1799 _PySys_AddWarnOptionWithError(PyObject *option) in _PySys_AddWarnOptionWithError() function
1814 (void)_PySys_AddWarnOptionWithError(option); in PySys_AddWarnOptionUnicode()