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

Class Foo

Lib/test/test_unittest/test_case.py:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 "Keep these TestCase classes out of the main namespace"
33
34 class Foo(unittest.TestCase):
35 def runTest(self): pass
36 def test1(self): pass
37
38 class Bar(Foo):
39 def test2(self): pass

Calls

no outgoing calls