Searched refs:get_platform_osx (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
D | test__osx_support.py | 323 result = _osx_support.get_platform_osx(config_vars, ' ', ' ', ' ')
|
/third_party/python/Lib/ |
D | _osx_support.py | 499 def get_platform_osx(_config_vars, osname, release, machine): function
|
D | sysconfig.py | 744 osname, release, machine = _osx_support.get_platform_osx(
|
/third_party/python/Lib/distutils/ |
D | util.py | 93 osname, release, machine = _osx_support.get_platform_osx(
|