Lines Matching full:extract
330 """General exception for extract errors."""
2064 """Extract all members from the archive to the current working
2067 to extract to. `members' is optional and must be a subset of the
2077 # Extract directories with a safe mode.
2081 self.extract(tarinfo, path)
2100 def extract(self, member, path=""):
2101 """Extract a member from the archive to the current working directory,
2134 """Extract a member from the archive as a file object. `member' may be
2160 # to extract a (sym)link as a file-object from a non-seekable
2162 raise StreamError("cannot extract (sym)link as file object")
2172 """Extract the TarInfo object tarinfo to a physical
2215 # _extract_member() when extract() is called. They can be replaced in a
2282 # See extract().