Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c1619 PySys_SetArgvEx(int argc, char **argv, int updatepath) in PySys_SetArgvEx() argument
1632 if (updatepath && path != NULL) { in PySys_SetArgvEx()
/external/python/cpython2/Doc/c-api/
Dinit.rst269 .. c:function:: void PySys_SetArgvEx(int argc, char **argv, int updatepath)
284 If *updatepath* is zero, this is all the function does. If *updatepath*
298 for purposes other than executing a single script pass ``0`` as *updatepath*,
316 This function works like :c:func:`PySys_SetArgvEx` with *updatepath* set to ``1``.
Dintro.rst534 be set explicitly with a call to ``PySys_SetArgvEx(argc, argv, updatepath)``
/external/python/cpython3/Doc/c-api/
Dinit.rst551 .. c:function:: void PySys_SetArgvEx(int argc, wchar_t **argv, int updatepath)
566 If *updatepath* is zero, this is all the function does. If *updatepath*
583 for purposes other than executing a single script pass ``0`` as *updatepath*,
601 This function works like :c:func:`PySys_SetArgvEx` with *updatepath* set
608 .. versionchanged:: 3.4 The *updatepath* value depends on :option:`-I`.
Dintro.rst617 be set explicitly with a call to ``PySys_SetArgvEx(argc, argv, updatepath)``
/external/python/cpython3/Python/
Dsysmodule.c2603 PySys_SetArgvEx(int argc, wchar_t **argv, int updatepath) in PySys_SetArgvEx() argument
2615 if (updatepath) { in PySys_SetArgvEx()
/external/python/cpython3/Doc/whatsnew/
D2.7.rst2160 on the value of an *updatepath* parameter.
2173 with *updatepath* set to false.
2552 *updatepath* set to false.
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2136 on the value of an *updatepath* parameter.
2149 with *updatepath* set to false.
2522 *updatepath* set to false.
/external/python/cpython3/Doc/data/
Drefcounts.dat2144 PySys_SetArgvEx:int:updatepath::