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

Method open

Lib/test/archiver_tests.py:19–20  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

17 f.write(content)
18
19 def open(self, path):
20 raise NotImplementedError
21
22 def extractall(self, ar):
23 raise NotImplementedError

Calls

no outgoing calls

Tested by

no test coverage detected