MCPcopy Index your code
hub / github.com/python/cpython / executable

Function executable

Lib/http/server.py:960–962  ·  view source on GitHub ↗

Test for executable file.

(path)

Source from the content-addressed store, hash-verified

958
959
960def executable(path):
961 """Test for executable file."""
962 return os.access(path, os.X_OK)
963
964
965def _get_best_family(*address):

Callers

nothing calls this directly

Calls 1

accessMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…