Home
last modified time | relevance | path

Searched refs:SET_SYS_FROM_STRING (Results 1 – 1 of 1) 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("_mercurial", 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 …]