MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / find_executable

Function find_executable

Lib/distutils/spawn.py:177–199  ·  view source on GitHub ↗

Tries to find 'executable' in the directories listed in 'path'. A string listing directories separated by 'os.pathsep'; defaults to os.environ['PATH']. Returns the complete filename or None if not found.

(executable, path=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

add_multiarch_pathsMethod · 0.90
detect_modulesMethod · 0.90
get_versionsFunction · 0.90
get_versionsFunction · 0.90
test_runMethod · 0.90
test_quietMethod · 0.90
test_no_optimize_flagMethod · 0.90
build_mingw_libFunction · 0.90
_spawn_ntFunction · 0.85

Calls 3

splitMethod · 0.80
isfileMethod · 0.45
joinMethod · 0.45

Tested by 5

test_runMethod · 0.72
test_quietMethod · 0.72
test_no_optimize_flagMethod · 0.72