Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dpydebug.h34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s)) macro
/aosp_15_r20/external/python/cpython3/Python/
Dinitconfig.c284 Py_GETENV(const char *name) in Py_GETENV() function