MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / open

Function open

Lib/gzip.py:27–34  ·  view source on GitHub ↗

Shorthand for GzipFile(filename, mode, compresslevel). The filename argument is required; mode defaults to 'rb' and compresslevel defaults to 9.

(filename, mode="rb", compresslevel=9)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_testFunction · 0.70

Calls 1

GzipFileClass · 0.85

Tested by

no test coverage detected