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

Method run

Lib/test/test_unittest/test_case.py:639–641  ·  view source on GitHub ↗
(self, result)

Source from the content-addressed store, hash-verified

637 pass
638
639 def run(self, result):
640 self.assertIs(result, resultIn)
641 return resultOut
642
643 retval = Foo('test')(resultIn)
644

Calls 1

assertIsMethod · 0.45

Tested by

no test coverage detected