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

Method extractall

Lib/test/archiver_tests.py:22–23  ·  view source on GitHub ↗
(self, ar)

Source from the content-addressed store, hash-verified

20 raise NotImplementedError
21
22 def extractall(self, ar):
23 raise NotImplementedError
24
25
26 def test_overwrite_file_as_file(self):

Calls

no outgoing calls

Tested by

no test coverage detected