Searched refs:PyConfig_Read (Results 1 – 12 of 12) sorted by relevance
85 status = PyConfig_Read(&config); in wmain()
1419 status = PyConfig_Read(&config); in test_init_read_set()1649 status = PyConfig_Read(&config); in test_init_warnoptions()1818 PyStatus status = PyConfig_Read(&config); in test_get_argc_argv()
233 PyAPI_FUNC(PyStatus) PyConfig_Read(PyConfig *config);
478 .. c:function:: PyStatus PyConfig_Read(PyConfig *config)487 The :c:func:`PyConfig_Read` function only parses502 :c:func:`PyConfig_Read` no longer calculates all paths, and so fields945 string, :c:func:`PyConfig_Read` copies :c:member:`~PyConfig.argv` into965 The :c:func:`PyConfig_Read` function only parses1315 status = PyConfig_Read(&config);1335 /* Override executable computed by PyConfig_Read() */
146 :c:func:`PyConfig_Read`: see :c:member:`~PyConfig.filesystem_encoding` and186 :c:func:`PyConfig_Read`: see :c:member:`~PyConfig.filesystem_encoding` and
2976 PyConfig_Read(PyConfig *config) in PyConfig_Read() function
711 startup by the :c:func:`PyConfig_Read` function: see739 startup by the :c:func:`PyConfig_Read` function: see
83 startup by the :c:func:`PyConfig_Read` function: see143 ``C`` or ``POSIX`` at Python startup (see the :c:func:`PyConfig_Read`
423 Python startup by the :c:func:`PyConfig_Read` function: see
313 * :c:func:`PyConfig_Read`
2554 * :c:func:`PyConfig_Read` no longer calculates the initial search path, and will not
10689 - bpo-42260: The :c:func:`PyConfig_Read` function now only parses