Home
last modified time | relevance | path

Searched defs:Py_GETENV (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpydebug.h34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s)) macro
/external/python/cpython3/Include/
Dpydebug.h34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s)) macro