Home
last modified time | relevance | path

Searched refs:PyConfig_Read (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/cpython/
Dinitconfig.h225 PyAPI_FUNC(PyStatus) PyConfig_Read(PyConfig *config);
/third_party/python/Programs/
D_testembed.c1331 status = PyConfig_Read(&config); in test_init_read_set()
1521 status = PyConfig_Read(&config); in test_init_warnoptions()
1690 PyStatus status = PyConfig_Read(&config); in test_get_argc_argv()
/third_party/python/Doc/c-api/
Dinit_config.rst476 .. c:function:: PyStatus PyConfig_Read(PyConfig *config)
482 The :c:func:`PyConfig_Read` function only parses
890 string, :c:func:`PyConfig_Read` copies :c:member:`~PyConfig.argv` into
910 The :c:func:`PyConfig_Read` function only parses
1253 status = PyConfig_Read(&config);
1265 /* Override executable computed by PyConfig_Read() */
Dsys.rst146 :c:func:`PyConfig_Read`: see :c:member:`~PyConfig.filesystem_encoding` and
186 :c:func:`PyConfig_Read`: see :c:member:`~PyConfig.filesystem_encoding` and
/third_party/python/Python/
Dpylifecycle.c486 status = PyConfig_Read(&config); in _PyInterpreterState_SetConfig()
Dinitconfig.c2891 PyConfig_Read(PyConfig *config) in PyConfig_Read() function
/third_party/python/Misc/NEWS.d/
D3.10.0a3.rst1413 The :c:func:`PyConfig_Read` function now only parses
/third_party/python/Doc/library/
Dsys.rst648 startup by the :c:func:`PyConfig_Read` function: see
676 startup by the :c:func:`PyConfig_Read` function: see
Dos.rst75 startup by the :c:func:`PyConfig_Read` function: see
135 ``C`` or ``POSIX`` at Python startup (see the :c:func:`PyConfig_Read`
/third_party/python/Doc/
Dglossary.rst416 Python startup by the :c:func:`PyConfig_Read` function: see
/third_party/python/Doc/whatsnew/
D3.8.rst311 * :c:func:`PyConfig_Read`