Searched defs:Py_GETENV (Results 1 – 2 of 2) sorted by relevance
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s)) macro
284 Py_GETENV(const char *name) in Py_GETENV() function