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

Method __init__

Lib/unittest/suite.py:20–23  ·  view source on GitHub ↗
(self, tests=())

Source from the content-addressed store, hash-verified

18 _cleanup = True
19
20 def __init__(self, tests=()):
21 self._tests = []
22 self._removed_tests = 0
23 self.addTests(tests)
24
25 def __repr__(self):
26 return "<%s tests=%s>" % (util.strclass(self.__class__), list(self))

Callers

nothing calls this directly

Calls 1

addTestsMethod · 0.95

Tested by

no test coverage detected