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

Method __call__

Lib/unittest/suite.py:83–84  ·  view source on GitHub ↗
(self, *args, **kwds)

Source from the content-addressed store, hash-verified

81 self._tests[index] = None
82
83 def __call__(self, *args, **kwds):
84 return self.run(*args, **kwds)
85
86 def debug(self):
87 """Run the tests without collecting errors in a TestResult"""

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected