Home
last modified time | relevance | path

Searched defs:_find_executable (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_cygwinccompiler.py56 def _find_executable(self, name): member in CygwinCCompilerTestCase
/third_party/python/Lib/
D_osx_support.py29 def _find_executable(executable, path=None): function