MCPcopy 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
1765def skip_if_pgo_task(test):

Callers 2

test_symlinkMethod · 0.80

Calls 1

_callMethod · 0.95

Tested by 2

test_symlinkMethod · 0.64