Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c316 PySys_AddWarnOption(L"default"); in test_pre_initialization_sys_options()
320 PySys_AddWarnOption(dynamic_once_warnoption); in test_pre_initialization_sys_options()
321 PySys_AddWarnOption(L"module"); in test_pre_initialization_sys_options()
322 PySys_AddWarnOption(L"default"); in test_pre_initialization_sys_options()
1454 PySys_AddWarnOption(L"ignore:::sysadd_warnoption"); in test_init_sys_add()
1624 PySys_AddWarnOption(L"ignore:::PySys_AddWarnOption1"); in test_init_warnoptions()
1625 PySys_AddWarnOption(L"ignore:::PySys_AddWarnOption2"); in test_init_warnoptions()
/aosp_15_r20/external/python/cpython2/Modules/
Dmain.c436 PySys_AddWarnOption(_PyOS_optarg); in Py_Main()
486 PySys_AddWarnOption(warning); in Py_Main()
/aosp_15_r20/external/python/cpython2/Include/
Dsysmodule.h23 PyAPI_FUNC(void) PySys_AddWarnOption(char *);
/aosp_15_r20/external/python/cpython3/Include/
Dsysmodule.h25 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddWarnOption(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dsysmodule.h25 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddWarnOption(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dsysmodule.h25 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddWarnOption(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dsysmodule.h25 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddWarnOption(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dsysmodule.h25 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_AddWarnOption(const wchar_t *);
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dsys.rst80 .. c:function:: void PySys_AddWarnOption(char *s)
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst531 PySys_AddWarnOption, and PySys_AddXOption prior to calling Py_Initialize.
D3.11.0a1.rst5040 * :c:func:`PySys_AddWarnOption`
D3.8.0a1.rst8958 PySys_AddWarnOption, and PySys_AddXOption prior to calling Py_Initialize.
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1143 "PySys_AddWarnOption"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1317 PySys_AddWarnOption:void:::
1318 PySys_AddWarnOption:char*:s::
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c541 EXPORT_FUNC(PySys_AddWarnOption)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat591 function,PySys_AddWarnOption,3.2,,
Drefcounts.dat2124 PySys_AddWarnOption:void:::
2125 PySys_AddWarnOption:const wchar_t*:s::
Dpython3.11.abi647 …<elf-symbol name='PySys_AddWarnOption' type='func-type' binding='global-binding' visibility='defau…
15618PySys_AddWarnOption' mangled-name='PySys_AddWarnOption' filepath='./Python/sysmodule.c' line='2254…
/aosp_15_r20/external/python/cpython2/Python/
Dsysmodule.c1032 PySys_AddWarnOption(char *s) in PySys_AddWarnOption() function
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dsys.rst238 .. c:function:: void PySys_AddWarnOption(const wchar_t *s)
Dinit.rst36 * :c:func:`PySys_AddWarnOption`
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c2294 PySys_AddWarnOption(const wchar_t *s) in PySys_AddWarnOption() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1307 [function.PySys_AddWarnOption]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.7.rst2500 calling ``Py_Initialize``. Use :c:func:`PySys_AddWarnOption` instead.
2503 :c:func:`PySys_AddWarnOption` should now more consistently take precedence
D3.11.rst2568 * :c:func:`PySys_AddWarnOption`