Home
last modified time | relevance | path

Searched refs:Py_PreInitializeFromArgs (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dpylifecycle.h23 PyAPI_FUNC(PyStatus) Py_PreInitializeFromArgs(
/third_party/python/PC/
Dpython_uwp.cpp190 status = Py_PreInitializeFromArgs(&preconfig, argc, argv); in wmain()
/third_party/python/Programs/
D_testembed.c853 PyStatus status = Py_PreInitializeFromArgs(&preconfig, in test_preinit_dont_parse_argv()
/third_party/python/Doc/c-api/
Dinit_config.rst314 If non-zero, :c:func:`Py_PreInitializeFromArgs` and
370 .. c:function:: PyStatus Py_PreInitializeFromArgs(const PyPreConfig *preconfig, int argc, wchar_t *…
/third_party/python/Python/
Dpylifecycle.c933 Py_PreInitializeFromArgs(const PyPreConfig *src_config, Py_ssize_t argc, wchar_t **argv) in Py_PreInitializeFromArgs() function
/third_party/python/Doc/whatsnew/
D3.8.rst331 * :c:func:`Py_PreInitializeFromArgs`