Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
79
def
_is_standalone(filename):
80
return
fsutil.is_executable(filename)
81
82
83
##################################
Callers
3
get_prog
Function · 0.85
is_installed
Function · 0.85
is_standalone
Function · 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…