Lines Matching full:extract
330 """General exception for extract errors."""
2030 """Extract all members from the archive to the current working
2033 to extract to. `members' is optional and must be a subset of the
2043 # Extract directories with a safe mode.
2047 self.extract(tarinfo, path)
2066 def extract(self, member, path=""):
2067 """Extract a member from the archive to the current working directory,
2100 """Extract a member from the archive as a file object. `member' may be
2126 # to extract a (sym)link as a file-object from a non-seekable
2128 raise StreamError("cannot extract (sym)link as file object")
2138 """Extract the TarInfo object tarinfo to a physical
2181 # _extract_member() when extract() is called. They can be replaced in a
2248 # See extract().