Searched refs:Py_SetProgramName (Results 1 – 18 of 18) sorted by relevance
37 PyAPI_FUNC(void) Py_SetProgramName(const wchar_t *);
82 Py_SetProgramName(argv_copy[0]); in Py_FrozenMain()
528 Py_SetProgramName(const wchar_t *program_name) in Py_SetProgramName() function
30 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()
415 Py_SetProgramName(wide_program_name); in LLVMFuzzerInitialize()
33 * :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 the409 :c:func:`Py_SetProgramName` and some environment variables; for example, if the449 single: Py_SetProgramName()454 (set by :c:func:`Py_SetProgramName` above). The returned string points into473 (set by :c:func:`Py_SetProgramName` above) and some environment variables.
702 single: Py_SetProgramName()709 ``Py_SetProgramName(file)`` *before* calling :c:func:`Py_Initialize`. Note that
958 * If :func:`Py_SetProgramName` has been called, use its argument.
67 Py_SetProgramName(program); /* optional but recommended */78 The :c:func:`Py_SetProgramName` function should be called before
402 Py_SetProgramName(program);
822 function,Py_SetProgramName,3.2,
3023 Py_SetProgramName:void:::3024 Py_SetProgramName:const wchar_t*:name::
88 EXPORT_FUNC(Py_SetProgramName)
845 :c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now take the
5550 :c:func:`Py_SetPythonHome` and :c:func:`Py_SetProgramName`: fix Python
1560 function Py_SetProgramName
27833 Call Py_SetProgramName() instead of redefining getprogramname(),
1034 :c:func:`Py_SetProgramName` before :c:func:`Py_Initialize`.