Searched refs:get_platform_osx (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test__osx_support.py | 273 result = _osx_support.get_platform_osx(config_vars, ' ', ' ', ' ')
|
/external/python/cpython2/Lib/ |
D | _osx_support.py | 429 def get_platform_osx(_config_vars, osname, release, machine): function
|
D | sysconfig.py | 607 osname, release, machine = _osx_support.get_platform_osx(
|
/external/python/cpython2/Lib/distutils/ |
D | util.py | 101 osname, release, machine = _osx_support.get_platform_osx(
|