Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c2350 _PySys_AddXOptionWithError(const wchar_t *s) in _PySys_AddXOptionWithError() function
2394 if (_PySys_AddXOptionWithError(s) < 0) { in PySys_AddXOption()