Home
last modified time | relevance | path

Searched defs:warnoptions (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Programs/
D_testembed.c487 static wchar_t* warnoptions[2] = { in test_init_from_config() local
/external/python/cpython3/Python/
Dsysmodule.c1759 PyObject *warnoptions = _PySys_GetObjectId(&PyId_warnoptions); in get_warnoptions() local
1792 PyObject *warnoptions = _PySys_GetObjectId(&PyId_warnoptions); in PySys_ResetWarnOptions() local
1801 PyObject *warnoptions = get_warnoptions(); in _PySys_AddWarnOptionWithError() local
1836 PyObject *warnoptions = _PySys_GetObjectId(&PyId_warnoptions); in PySys_HasWarnOptions() local
/external/python/cpython3/Include/
Dpystate.h58 wchar_t **warnoptions; /* Warnings options */ member
104 PyObject *warnoptions; /* sys.warnoptions list, can be NULL */ member
/external/python/cpython2/Python/
Dsysmodule.c1021 static PyObject *warnoptions = NULL; variable
/external/python/cpython3/Modules/
Dmain.c438 wchar_t **warnoptions; /* -W options */ member