Home
last modified time | relevance | path

Searched refs:SET_SYS_FROM_STRING (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dsysmodule.c1367 #define SET_SYS_FROM_STRING(key, value) \ in _PySys_Init() macro
1421 SET_SYS_FROM_STRING("version", in _PySys_Init()
1423 SET_SYS_FROM_STRING("hexversion", in _PySys_Init()
1426 SET_SYS_FROM_STRING("subversion", in _PySys_Init()
1429 SET_SYS_FROM_STRING("_git", in _PySys_Init()
1432 SET_SYS_FROM_STRING("dont_write_bytecode", in _PySys_Init()
1434 SET_SYS_FROM_STRING("api_version", in _PySys_Init()
1436 SET_SYS_FROM_STRING("copyright", in _PySys_Init()
1438 SET_SYS_FROM_STRING("platform", in _PySys_Init()
1440 SET_SYS_FROM_STRING("executable", in _PySys_Init()
[all …]
/external/python/cpython3/Python/
Dsysmodule.c2268 #define SET_SYS_FROM_STRING(key, value) \ macro
2319 SET_SYS_FROM_STRING("version", in _PySys_BeginInit()
2321 SET_SYS_FROM_STRING("hexversion", in _PySys_BeginInit()
2323 SET_SYS_FROM_STRING("_git", in _PySys_BeginInit()
2326 SET_SYS_FROM_STRING("_framework", PyUnicode_FromString(_PYTHONFRAMEWORK)); in _PySys_BeginInit()
2327 SET_SYS_FROM_STRING("api_version", in _PySys_BeginInit()
2329 SET_SYS_FROM_STRING("copyright", in _PySys_BeginInit()
2331 SET_SYS_FROM_STRING("platform", in _PySys_BeginInit()
2333 SET_SYS_FROM_STRING("maxsize", in _PySys_BeginInit()
2335 SET_SYS_FROM_STRING("float_info", in _PySys_BeginInit()
[all …]