Home
last modified time | relevance | path

Searched refs:updatepath (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/c-api/
Dinit.rst590 .. c:function:: void PySys_SetArgvEx(int argc, wchar_t **argv, int updatepath)
605 If *updatepath* is zero, this is all the function does. If *updatepath*
622 for purposes other than executing a single script pass ``0`` as *updatepath*,
640 This function works like :c:func:`PySys_SetArgvEx` with *updatepath* set
647 .. versionchanged:: 3.4 The *updatepath* value depends on :option:`-I`.
Dintro.rst681 be set explicitly with a call to ``PySys_SetArgvEx(argc, argv, updatepath)``
/third_party/python/Python/
Dsysmodule.c3155 PySys_SetArgvEx(int argc, wchar_t **argv, int updatepath) in PySys_SetArgvEx() argument
3176 if (updatepath) { in PySys_SetArgvEx()
/third_party/python/Doc/whatsnew/
D2.7.rst2160 on the value of an *updatepath* parameter.
2173 with *updatepath* set to false.
2552 *updatepath* set to false.
/third_party/python/Doc/data/
Drefcounts.dat2153 PySys_SetArgvEx:int:updatepath::