Lines Matching refs:ZipInfo
52 .. class:: ZipInfo([filename[, date_time]])
149 Return a :class:`ZipInfo` object with information about the archive member
156 Return a list containing a :class:`ZipInfo` object for each member of the
172 the name of the file in the archive, or a :class:`ZipInfo` object. The *mode*
200 or a :class:`ZipInfo` object. You will appreciate this when trying to read a
209 must be its full name or a :class:`ZipInfo` object). Its file information is
211 to extract to. *member* can be a filename or a :class:`ZipInfo` object.
264 file in the archive, or a :class:`ZipInfo` object. The archive must be open for
270 *pwd* was added, and *name* can now be a :class:`ZipInfo` object.
312 name it will be given in the archive, or a :class:`ZipInfo` instance. If it's
321 (if that is a :class:`ZipInfo` instance).
325 When passing a :class:`ZipInfo` instance as the *zinfo_or_arcname* parameter,
327 member of the given :class:`ZipInfo` instance. By default, the
328 :class:`ZipInfo` constructor sets this member to :const:`ZIP_STORED`.
384 ZipInfo Objects
387 Instances of the :class:`ZipInfo` class are returned by the :meth:`.getinfo` and
394 .. attribute:: ZipInfo.filename
399 .. attribute:: ZipInfo.date_time
425 .. attribute:: ZipInfo.compress_type
430 .. attribute:: ZipInfo.comment
435 .. attribute:: ZipInfo.extra
441 .. attribute:: ZipInfo.create_system
446 .. attribute:: ZipInfo.create_version
451 .. attribute:: ZipInfo.extract_version
456 .. attribute:: ZipInfo.reserved
461 .. attribute:: ZipInfo.flag_bits
466 .. attribute:: ZipInfo.volume
471 .. attribute:: ZipInfo.internal_attr
476 .. attribute:: ZipInfo.external_attr
481 .. attribute:: ZipInfo.header_offset
486 .. attribute:: ZipInfo.CRC
491 .. attribute:: ZipInfo.compress_size
496 .. attribute:: ZipInfo.file_size