Home
last modified time | relevance | path

Searched refs:Py_SetPythonHome (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dpythonrun.h25 PyAPI_FUNC(void) Py_SetPythonHome(char *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def446 Py_SetPythonHome
/external/python/cpython2/PC/os2emx/
Dpython27.def1076 "Py_SetPythonHome"
/external/python/cpython2/Doc/c-api/
Dinit.rst34 …exception of :c:func:`Py_SetProgramName`, :c:func:`Py_SetPythonHome`, :c:func:`PyEval_InitThreads`,
319 .. c:function:: void Py_SetPythonHome(char *home)
334 :c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
/external/python/cpython2/Python/
Dpythonrun.c687 Py_SetPythonHome(char *home) in Py_SetPythonHome() function
/external/python/cpython2/Misc/
DHISTORY11895 Py_SetPythonHome(), makes it easier for embedding applications to
12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to