Lines Matching refs:ZipInfo

70 .. class:: ZipInfo(filename='NoName', date_time=(1980,1,1,0,0,0))
233 Return a :class:`ZipInfo` object with information about the archive member
240 Return a list containing a :class:`ZipInfo` object for each member of the
253 can be either the name of a file within the archive or a :class:`ZipInfo`
279 construct a :class:`ZipInfo` object with :attr:`~ZipInfo.file_size` set, and
285 or a :class:`ZipInfo` object. You will appreciate this when trying to read a
304 must be its full name or a :class:`ZipInfo` object. Its file information is
306 to extract to. *member* can be a filename or a :class:`ZipInfo` object.
365 file in the archive, or a :class:`ZipInfo` object. The archive must be open for
421 name it will be given in the archive, or a :class:`ZipInfo` instance. If it's
428 (if that is a :class:`ZipInfo` instance). Similarly, *compresslevel* will
433 When passing a :class:`ZipInfo` instance as the *zinfo_or_arcname* parameter,
435 member of the given :class:`ZipInfo` instance. By default, the
436 :class:`ZipInfo` constructor sets this member to :const:`ZIP_STORED`.
614 ZipInfo Objects
617 Instances of the :class:`ZipInfo` class are returned by the :meth:`.getinfo` and
621 There is one classmethod to make a :class:`ZipInfo` instance for a filesystem
624 .. classmethod:: ZipInfo.from_file(filename, arcname=None, *, \
627 Construct a :class:`ZipInfo` instance for a file on the filesystem, in
653 .. method:: ZipInfo.is_dir()
662 .. attribute:: ZipInfo.filename
667 .. attribute:: ZipInfo.date_time
693 .. attribute:: ZipInfo.compress_type
698 .. attribute:: ZipInfo.comment
703 .. attribute:: ZipInfo.extra
710 .. attribute:: ZipInfo.create_system
715 .. attribute:: ZipInfo.create_version
720 .. attribute:: ZipInfo.extract_version
725 .. attribute:: ZipInfo.reserved
730 .. attribute:: ZipInfo.flag_bits
735 .. attribute:: ZipInfo.volume
740 .. attribute:: ZipInfo.internal_attr
745 .. attribute:: ZipInfo.external_attr
750 .. attribute:: ZipInfo.header_offset
755 .. attribute:: ZipInfo.CRC
760 .. attribute:: ZipInfo.compress_size
765 .. attribute:: ZipInfo.file_size