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

Method open

Lib/test/test_zipfile/test_core.py:1844–1845  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

1842 zipfp.writestr('test/file', b'newcontent')
1843
1844 def open(self, path):
1845 return zipfile.ZipFile(path, 'r')
1846
1847 def extractall(self, ar):
1848 ar.extractall(self.testdir)

Callers 15

executeMethod · 0.45
executeMethod · 0.45
test_open_binaryMethod · 0.45
test_open_commonMethod · 0.45
test_open_unbufferedMethod · 0.45
test_touch_nochangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected