Searched refs:system_alias (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_platform.py | 149 res = platform.system_alias(
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 76 be reported as Solaris. The :func:`system_alias` function is used to implement 152 .. function:: system_alias(system, release, version)
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 78 be reported as Solaris. The :func:`system_alias` function is used to implement 155 .. function:: system_alias(system, release, version)
|
/external/python/cpython3/Lib/ |
D | platform.py | 496 def system_alias(system, release, version): function 1201 system, release, version = system_alias(system, release, version)
|
/external/python/cpython3/Lib/test/ |
D | test_platform.py | 147 res = platform.system_alias(
|
/external/python/cpython2/Lib/ |
D | platform.py | 853 def system_alias(system,release,version): function 1589 system,release,version = system_alias(system,release,version)
|