Home
last modified time | relevance | path

Searched refs:PySys_SetArgv (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dsysmodule.h13 PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
/third_party/python/Python/
Dfrozenmain.c98 PySys_SetArgv(argc, argv_copy); in Py_FrozenMain()
Dsysmodule.c3243 PySys_SetArgv(int argc, wchar_t **argv) in PySys_SetArgv() function
/third_party/python/Doc/data/
Dstable_abi.dat582 function,PySys_SetArgv,3.2,
Drefcounts.dat2146 PySys_SetArgv:void:::
2147 PySys_SetArgv:int:argc::
2148 PySys_SetArgv:wchar_t**:argv::
/third_party/python/PC/
Dpython3dll.c539 EXPORT_FUNC(PySys_SetArgv)
/third_party/python/Doc/c-api/
Dinit.rst240 single: PySys_SetArgv()
628 :c:func:`PySys_SetArgv`, for example using::
638 .. c:function:: void PySys_SetArgv(int argc, wchar_t **argv)
/third_party/python/Misc/
Dstable_abi.txt1229 function PySys_SetArgv
/third_party/python/Doc/whatsnew/
D2.7.rst2163 that embed Python. The old function, :c:func:`PySys_SetArgv`, would
2171 whether you're calling :c:func:`PySys_SetArgv` and carefully consider
2549 :c:func:`PySys_SetArgv` function was used. Check whether you're
2550 calling :c:func:`PySys_SetArgv` and carefully consider whether the