Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpreconfig.c301 PyPreConfig_InitPythonConfig(PyPreConfig *config) in PyPreConfig_InitPythonConfig() function
342 PyPreConfig_InitPythonConfig(config); in _PyPreConfig_InitFromPreConfig()
354 PyPreConfig_InitPythonConfig(preconfig); in _PyPreConfig_InitFromConfig()
Dpystate.c64 PyPreConfig_InitPythonConfig(&runtime->preconfig); in _PyRuntimeState_Init_impl()
/external/python/cpython3/Include/cpython/
Dinitconfig.h123 PyAPI_FUNC(void) PyPreConfig_InitPythonConfig(PyPreConfig *config);
/external/python/cpython3/PC/
Dpython_uwp.cpp188 PyPreConfig_InitPythonConfig(&preconfig); in wmain()
/external/python/cpython3/Programs/
D_testembed.c966 PyPreConfig_InitPythonConfig(&preconfig); in check_init_python_config()
1001 PyPreConfig_InitPythonConfig(&preconfig); in test_init_dont_configure_locale()
1402 PyPreConfig_InitPythonConfig(&preconfig); in test_init_setpath_config()
/external/python/cpython3/Doc/c-api/
Dinit_config.rst30 * :c:func:`PyPreConfig_InitPythonConfig`
204 .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
301 (:c:func:`PyPreConfig_InitPythonConfig`), if Python is initialized with
321 PyPreConfig_InitPythonConfig(&preconfig);
824 :c:func:`PyPreConfig_InitPythonConfig` and :c:func:`PyConfig_InitPythonConfig`
/external/python/cpython3/Modules/
Dmain.c56 PyPreConfig_InitPythonConfig(&preconfig); in pymain_init()
/external/python/cpython3/Doc/whatsnew/
D3.8.rst320 * :c:func:`PyPreConfig_InitPythonConfig`