Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dsysmodule.h33 PyAPI_FUNC(void) PySys_AddXOption(const wchar_t *);
/external/python/cpython3/Programs/
D_testembed.c194 PySys_AddXOption(L"not_an_option=1"); in test_pre_initialization_sys_options()
195 PySys_AddXOption(dynamic_xoption); in test_pre_initialization_sys_options()
/external/python/cpython3/PC/
Dpython3.def552 PySys_AddXOption=python37.PySys_AddXOption
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst531 PySys_AddWarnOption, and PySys_AddXOption prior to calling Py_Initialize.
/external/python/cpython3/Python/
Dsysmodule.c1748 PySys_AddXOption(entry->value); in _PySys_ReadPreInitOptions()
1905 PySys_AddXOption(const wchar_t *s) in PySys_AddXOption() function
/external/python/cpython3/Doc/c-api/
Dsys.rst268 .. c:function:: void PySys_AddXOption(const wchar_t *s)
Dinit.rst35 * :c:func:`PySys_AddXOption`
/external/python/cpython3/Doc/data/
Drefcounts.dat2121 PySys_AddXOption:void:::
2122 PySys_AddXOption:const wchar_t*:s::