Searched defs:Py_GETENV (Results 1 – 2 of 2) sorted by relevance
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s)) macro