Home
last modified time | relevance | path

Searched refs:_find_build_tool (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
D_osx_support.py74 def _find_build_tool(toolname): function
179 cc = _find_build_tool('clang')
187 cc = _find_build_tool('clang')
/external/python/cpython2/Lib/test/
Dtest__osx_support.py65 out = _osx_support._find_build_tool('cc')