Lines Matching refs:ZipInfo
61 .. class:: ZipInfo(filename='NoName', date_time=(1980,1,1,0,0,0))
215 Return a :class:`ZipInfo` object with information about the archive member
222 Return a list containing a :class:`ZipInfo` object for each member of the
235 can be either the name of a file within the archive or a :class:`ZipInfo`
261 construct a :class:`ZipInfo` object with :attr:`~ZipInfo.file_size` set, and
267 or a :class:`ZipInfo` object. You will appreciate this when trying to read a
286 must be its full name or a :class:`ZipInfo` object. Its file information is
288 to extract to. *member* can be a filename or a :class:`ZipInfo` object.
347 file in the archive, or a :class:`ZipInfo` object. The archive must be open for
403 name it will be given in the archive, or a :class:`ZipInfo` instance. If it's
410 (if that is a :class:`ZipInfo` instance). Similarly, *compresslevel* will
415 When passing a :class:`ZipInfo` instance as the *zinfo_or_arcname* parameter,
417 member of the given :class:`ZipInfo` instance. By default, the
418 :class:`ZipInfo` constructor sets this member to :const:`ZIP_STORED`.
528 ZipInfo Objects
531 Instances of the :class:`ZipInfo` class are returned by the :meth:`.getinfo` and
535 There is one classmethod to make a :class:`ZipInfo` instance for a filesystem
538 .. classmethod:: ZipInfo.from_file(filename, arcname=None)
540 Construct a :class:`ZipInfo` instance for a file on the filesystem, in
557 .. method:: ZipInfo.is_dir()
566 .. attribute:: ZipInfo.filename
571 .. attribute:: ZipInfo.date_time
597 .. attribute:: ZipInfo.compress_type
602 .. attribute:: ZipInfo.comment
607 .. attribute:: ZipInfo.extra
614 .. attribute:: ZipInfo.create_system
619 .. attribute:: ZipInfo.create_version
624 .. attribute:: ZipInfo.extract_version
629 .. attribute:: ZipInfo.reserved
634 .. attribute:: ZipInfo.flag_bits
639 .. attribute:: ZipInfo.volume
644 .. attribute:: ZipInfo.internal_attr
649 .. attribute:: ZipInfo.external_attr
654 .. attribute:: ZipInfo.header_offset
659 .. attribute:: ZipInfo.CRC
664 .. attribute:: ZipInfo.compress_size
669 .. attribute:: ZipInfo.file_size