Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ has_src
Method
has_src
Tools/ssl/multissltests.py:253–254 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
251
252
@property
253
def
has_src(self):
254
return
os.path.isfile(self.src_file)
255
256
def
_subprocess_call(self, cmd, env=None, **kwargs):
257
log.debug(
"Call '{}'"
.format(
" "
.join(cmd)))
Callers
nothing calls this directly
Calls
1
isfile
Method · 0.45
Tested by
no test coverage detected