Searched refs:updatepath (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Python/ |
D | sysmodule.c | 1619 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/ |
D | init.rst | 269 .. 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``.
|
D | intro.rst | 534 be set explicitly with a call to ``PySys_SetArgvEx(argc, argv, updatepath)``
|
/external/python/cpython3/Doc/c-api/ |
D | init.rst | 551 .. 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`.
|
D | intro.rst | 617 be set explicitly with a call to ``PySys_SetArgvEx(argc, argv, updatepath)``
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 2603 PySys_SetArgvEx(int argc, wchar_t **argv, int updatepath) in PySys_SetArgvEx() argument 2615 if (updatepath) { in PySys_SetArgvEx()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.7.rst | 2160 on the value of an *updatepath* parameter. 2173 with *updatepath* set to false. 2552 *updatepath* set to false.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 2136 on the value of an *updatepath* parameter. 2149 with *updatepath* set to false. 2522 *updatepath* set to false.
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2144 PySys_SetArgvEx:int:updatepath::
|