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

Method extractall

Lib/zipfile.py:1026–1036  ·  view source on GitHub ↗

Extract all members from the archive to the current working directory. `path' specifies a different directory to extract to. `members' is optional and must be a subset of the list returned by namelist().

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

namelistMethod · 0.95
extractMethod · 0.95

Tested by

no test coverage detected