• Home
  • Raw
  • Download

Lines Matching refs:ZipInfo

70 .. class:: ZipInfo(filename='NoName', date_time=(1980,1,1,0,0,0))
232 Return a :class:`ZipInfo` object with information about the archive member
239 Return a list containing a :class:`ZipInfo` object for each member of the
252 can be either the name of a file within the archive or a :class:`ZipInfo`
278 construct a :class:`ZipInfo` object with :attr:`~ZipInfo.file_size` set, and
284 or a :class:`ZipInfo` object. You will appreciate this when trying to read a
303 must be its full name or a :class:`ZipInfo` object. Its file information is
305 to extract to. *member* can be a filename or a :class:`ZipInfo` object.
364 file in the archive, or a :class:`ZipInfo` object. The archive must be open for
425 name it will be given in the archive, or a :class:`ZipInfo` instance. If it's
432 (if that is a :class:`ZipInfo` instance). Similarly, *compresslevel* will
437 When passing a :class:`ZipInfo` instance as the *zinfo_or_arcname* parameter,
439 member of the given :class:`ZipInfo` instance. By default, the
440 :class:`ZipInfo` constructor sets this member to :const:`ZIP_STORED`.
631 ZipInfo Objects
634 Instances of the :class:`ZipInfo` class are returned by the :meth:`.getinfo` and
638 There is one classmethod to make a :class:`ZipInfo` instance for a filesystem
641 .. classmethod:: ZipInfo.from_file(filename, arcname=None, *, \
644 Construct a :class:`ZipInfo` instance for a file on the filesystem, in
670 .. method:: ZipInfo.is_dir()
679 .. attribute:: ZipInfo.filename
684 .. attribute:: ZipInfo.date_time
710 .. attribute:: ZipInfo.compress_type
715 .. attribute:: ZipInfo.comment
720 .. attribute:: ZipInfo.extra
727 .. attribute:: ZipInfo.create_system
732 .. attribute:: ZipInfo.create_version
737 .. attribute:: ZipInfo.extract_version
742 .. attribute:: ZipInfo.reserved
747 .. attribute:: ZipInfo.flag_bits
752 .. attribute:: ZipInfo.volume
757 .. attribute:: ZipInfo.internal_attr
762 .. attribute:: ZipInfo.external_attr
767 .. attribute:: ZipInfo.header_offset
772 .. attribute:: ZipInfo.CRC
777 .. attribute:: ZipInfo.compress_size
782 .. attribute:: ZipInfo.file_size