Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dinitconfig.h128 PyAPI_FUNC(void) PyPreConfig_InitIsolatedConfig(PyPreConfig *config);
/external/python/cpython3/Python/
Dpreconfig.c323 PyPreConfig_InitIsolatedConfig(PyPreConfig *config) in PyPreConfig_InitIsolatedConfig() function
358 PyPreConfig_InitIsolatedConfig(preconfig); in _PyPreConfig_InitFromConfig()
/external/python/cpython3/Programs/
D_testembed.c830 PyPreConfig_InitIsolatedConfig(&preconfig); in test_preinit_dont_parse_argv()
919 PyPreConfig_InitIsolatedConfig(&preconfig); in check_preinit_isolated_config()
/external/python/cpython3/Doc/c-api/
Dinit_config.rst29 * :c:func:`PyPreConfig_InitIsolatedConfig`
205 .. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
818 :c:func:`PyPreConfig_InitIsolatedConfig` and
/external/python/cpython3/Doc/whatsnew/
D3.8.rst316 * :c:func:`PyPreConfig_InitIsolatedConfig`