Searched refs:updatepath (Results 1 – 5 of 5) sorted by relevance
590 .. 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* set647 .. versionchanged:: 3.4 The *updatepath* value depends on :option:`-I`.
681 be set explicitly with a call to ``PySys_SetArgvEx(argc, argv, updatepath)``
3155 PySys_SetArgvEx(int argc, wchar_t **argv, int updatepath) in PySys_SetArgvEx() argument3176 if (updatepath) { in PySys_SetArgvEx()
2160 on the value of an *updatepath* parameter.2173 with *updatepath* set to false.2552 *updatepath* set to false.
2153 PySys_SetArgvEx:int:updatepath::