Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_incrementalencoder_error_callback
Method · 0.45
test_streamwriter_reset_no_pending
Method · 0.45
check_partial
Method · 0.45
test_incremental_decode
Method · 0.45
test_incremental_encode
Method · 0.45
test_expat_incremental_reset
Method · 0.45
test_reset
Method · 0.45
test_forward
Method · 0.45
test_backwards
Method · 0.45
test_heading
Method · 0.45
test_stateless
Method · 0.45
test_stateful
Method · 0.45
Calls
4
tearDown
Method · 0.95
tearDownClass
Method · 0.95
setUpClass
Method · 0.95
setUp
Method · 0.45
Tested by
no test coverage detected