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

Function _is_standalone

Tools/c-analyzer/c_common/scriptutil.py:79–80  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

77
78
79def _is_standalone(filename):
80 return fsutil.is_executable(filename)
81
82
83##################################

Callers 3

get_progFunction · 0.85
is_installedFunction · 0.85
is_standaloneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…