Home
last modified time | relevance | path

Searched refs:Py_SetProgramName (Results 1 – 18 of 18) sorted by relevance

/third_party/python/Include/
Dpylifecycle.h37 PyAPI_FUNC(void) Py_SetProgramName(const wchar_t *);
/third_party/python/Python/
Dfrozenmain.c82 Py_SetProgramName(argv_copy[0]); in Py_FrozenMain()
Dpathconfig.c528 Py_SetProgramName(const wchar_t *program_name) in Py_SetProgramName() function
/third_party/python/Programs/
D_testembed.c30 Py_SetProgramName(PROGRAM_NAME); in _testembed_Py_Initialize()
178 Py_SetProgramName(program); in test_pre_initialization_api()
441 Py_SetProgramName(L"./globalvar"); in test_init_global_config()
530 Py_SetProgramName(L"./globalvar"); in test_init_from_config()
/third_party/python/Modules/_xxtestfuzz/
Dfuzzer.c415 Py_SetProgramName(wide_program_name); in LLVMFuzzerInitialize()
/third_party/python/Doc/c-api/
Dinit.rst33 * :c:func:`Py_SetProgramName`
232 single: Py_SetProgramName()
349 .. c:function:: void Py_SetProgramName(const wchar_t *name)
373 .. index:: single: Py_SetProgramName()
375 Return the program name set with :c:func:`Py_SetProgramName`, or the default.
390 :c:func:`Py_SetProgramName` and some environment variables; for example, if the
409 :c:func:`Py_SetProgramName` and some environment variables; for example, if the
449 single: Py_SetProgramName()
454 (set by :c:func:`Py_SetProgramName` above). The returned string points into
473 (set by :c:func:`Py_SetProgramName` above) and some environment variables.
Dintro.rst702 single: Py_SetProgramName()
709 ``Py_SetProgramName(file)`` *before* calling :c:func:`Py_Initialize`. Note that
Dinit_config.rst958 * If :func:`Py_SetProgramName` has been called, use its argument.
/third_party/python/Doc/extending/
Dembedding.rst67 Py_SetProgramName(program); /* optional but recommended */
78 The :c:func:`Py_SetProgramName` function should be called before
Dextending.rst402 Py_SetProgramName(program);
/third_party/python/Doc/data/
Dstable_abi.dat822 function,Py_SetProgramName,3.2,
Drefcounts.dat3023 Py_SetProgramName:void:::
3024 Py_SetProgramName:const wchar_t*:name::
/third_party/python/PC/
Dpython3dll.c88 EXPORT_FUNC(Py_SetProgramName)
/third_party/python/Misc/NEWS.d/
D3.7.0a4.rst845 :c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now take the
D3.9.0a1.rst5550 :c:func:`Py_SetPythonHome` and :c:func:`Py_SetProgramName`: fix Python
/third_party/python/Misc/
Dstable_abi.txt1560 function Py_SetProgramName
DHISTORY27833 Call Py_SetProgramName() instead of redefining getprogramname(),
/third_party/python/Doc/using/
Dwindows.rst1034 :c:func:`Py_SetProgramName` before :c:func:`Py_Initialize`.