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

Method extract

Lib/zipfile.py:1012–1024  ·  view source on GitHub ↗

Extract a member from the archive to the current working directory, using its full name. Its file information is extracted as accurately as possible. `member' may be a filename or a ZipInfo object. You can specify a different directory using `path'.

(self, member, path=None, pwd=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

extractallMethod · 0.95

Calls 2

getinfoMethod · 0.95
_extract_memberMethod · 0.95

Tested by

no test coverage detected