Home
last modified time | relevance | path

Searched refs:updatepath (Results 1 – 4 of 4) 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/cpython2/Doc/whatsnew/
D2.7.rst2136 on the value of an *updatepath* parameter.
2149 with *updatepath* set to false.
2522 *updatepath* set to false.