Searched refs:mac_ver (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test__osx_support.py | 70 self.assertTrue(platform.mac_ver()[0].startswith( 113 platform.mac_ver()[0].split('.')[0:2])
|
D | test_platform.py | 189 res = platform.mac_ver() 237 info = platform.mac_ver()
|
D | test_ssl.py | 3154 'Mac': platform.mac_ver,
|
/external/python/cpython3/Lib/test/ |
D | test__osx_support.py | 69 self.assertTrue(platform.mac_ver()[0].startswith( 112 platform.mac_ver()[0].split('.')[0:2])
|
D | test_platform.py | 218 res = platform.mac_ver() 259 info = platform.mac_ver()
|
D | test_cmath.py | 343 version_txt = platform.mac_ver()[0]
|
D | test_math.py | 1302 version_txt = platform.mac_ver()[0]
|
D | test_ssl.py | 4431 'Mac': platform.mac_ver,
|
/external/python/setuptools/setuptools/ |
D | pep425tags.py | 123 release, _, machine = platform.mac_ver()
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 233 .. function:: mac_ver(release='', versioninfo=('','',''), machine='')
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 231 .. function:: mac_ver(release='', versioninfo=('','',''), machine='')
|
/external/python/cpython3/Lib/ |
D | platform.py | 603 def mac_ver(release='', versioninfo=('', '', ''), machine=''): function
|
/external/python/cpython2/Lib/ |
D | platform.py | 782 def mac_ver(release='',versioninfo=('','',''),machine=''): function
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 424 version_txt = platform.mac_ver()[0]
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.1rc1.rst | 1186 platform.mac_ver() no longer crashes after calling os.fork()
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 611 version_txt = platform.mac_ver()[0]
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 356 version = platform.mac_ver()[0]
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_events.py | 46 version = platform.mac_ver()[0]
|
/external/python/setuptools/ |
D | CHANGES.rst | 2920 (platform.mac_ver() fails)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 2711 - Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver(). 13219 - Issue #7895: platform.mac_ver() no longer crashes after calling os.fork().
|