Searched refs:PySys_SetArgvEx (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Demo/embed/ |
D | demo.c | 31 PySys_SetArgvEx(argc, argv, 0); in main()
|
/external/python/cpython2/Include/ |
D | sysmodule.h | 14 PyAPI_FUNC(void) PySys_SetArgvEx(int, char **, int);
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 1619 PySys_SetArgvEx(int argc, char **argv, int updatepath) in PySys_SetArgvEx() function 1725 PySys_SetArgvEx(argc, argv, 1); in PySys_SetArgv()
|
/external/python/cpython2/Doc/c-api/ |
D | init.rst | 29 single: PySys_SetArgvEx() 39 :c:func:`PySys_SetArgvEx` for that. This is a no-op when called for a second time 269 .. c:function:: void PySys_SetArgvEx(int argc, char **argv, int updatepath) 316 This function works like :c:func:`PySys_SetArgvEx` with *updatepath* set to ``1``.
|
D | intro.rst | 530 .. index:: single: PySys_SetArgvEx() 534 be set explicitly with a call to ``PySys_SetArgvEx(argc, argv, updatepath)``
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 2133 * New function: :c:func:`PySys_SetArgvEx` sets the value of 2148 whether the application should be using :c:func:`PySys_SetArgvEx` 2517 * The :c:func:`PySys_SetArgvEx` function was added, letting 2521 application should be using :c:func:`PySys_SetArgvEx` with
|
/external/python/cpython2/Misc/ |
D | NEWS | 6139 - Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows embedders
|