MCPcopy Index your code
hub / github.com/RustPython/RustPython / __call__

Method __call__

Lib/unittest/case.py:729–730  ·  view source on GitHub ↗
(self, *args, **kwds)

Source from the content-addressed store, hash-verified

727 cls.tearDown_exceptions.append(sys.exc_info())
728
729 def __call__(self, *args, **kwds):
730 return self.run(*args, **kwds)
731
732 def debug(self):
733 """Run the test without collecting errors in a TestResult"""

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected