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

Method reset

Lib/test/test_shutil.py:3200–3204  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3198 raise NotImplementedError("must be implemented in subclass")
3199
3200 def reset(self):
3201 self.tearDown()
3202 self.tearDownClass()
3203 self.setUpClass()
3204 self.setUp()
3205
3206 # ---
3207

Callers 15

check_partialMethod · 0.45
test_resetMethod · 0.45
test_forwardMethod · 0.45
test_backwardsMethod · 0.45
test_headingMethod · 0.45
test_statelessMethod · 0.45
test_statefulMethod · 0.45

Calls 4

tearDownMethod · 0.95
tearDownClassMethod · 0.95
setUpClassMethod · 0.95
setUpMethod · 0.45

Tested by

no test coverage detected