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

Method call_real

Lib/test/support/__init__.py:1758–1759  ·  view source on GitHub ↗
(self, *args, returncode=0)

Source from the content-addressed store, hash-verified

1756 return r
1757
1758 def call_real(self, *args, returncode=0):
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)

Callers 2

test_symlinkMethod · 0.80

Calls 1

_callMethod · 0.95

Tested by 2

test_symlinkMethod · 0.64