Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ call_link
Method
call_link
Lib/test/support/__init__.py:1761–1762 ·
view source on GitHub ↗
(self, *args, returncode=0)
Source
from the content-addressed store, hash-verified
1759
return
self._call(self.real, args, None, returncode)
1760
1761
def
call_link(self, *args, returncode=0):
1762
return
self._call(self.link, args, self._env, returncode)
1763
1764
1765
def
skip_if_pgo_task(test):
Callers
2
test_architecture_via_symlink
Method · 0.80
test_symlink
Method · 0.80
Calls
1
_call
Method · 0.95
Tested by
2
test_architecture_via_symlink
Method · 0.64
test_symlink
Method · 0.64