Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | FileHeader |
Data Fields | |
filename | |
date_time | |
compress_type | |
comment | |
extra | |
create_system | |
create_version | |
extract_version | |
reserved | |
flag_bits | |
volume | |
internal_attr | |
external_attr | |
Class with attributes describing each file in the ZIP archive.
Definition at line 91 of file zipfile.py.
def __init__ | ( | self, | |
filename = "NoName" , |
|||
date_time = (1980,1 |
|||
) |
Definition at line 94 of file zipfile.py.
def FileHeader | ( | self) |
Return the per-file header as a string.
Definition at line 116 of file zipfile.py.
References ZipInfo.compress_type, ZipInfo.date_time, ZipInfo.extra, ZipInfo.extract_version, NetrcParseError.filename, GzipFile.filename, ZipInfo.filename, ParsingError.filename, MissingSectionHeaderError.filename, HTTPError.filename, ErrorDuringImport.filename, InteractiveConsole.filename, MiniFieldStorage.filename, FieldStorage.filename, ZipInfo.flag_bits, and ZipInfo.reserved.
comment |
Definition at line 99 of file zipfile.py.
compress_type |
Definition at line 98 of file zipfile.py.
create_system |
Definition at line 101 of file zipfile.py.
create_version |
Definition at line 102 of file zipfile.py.
date_time |
Definition at line 96 of file zipfile.py.
external_attr |
Definition at line 108 of file zipfile.py.
extra |
Definition at line 100 of file zipfile.py.
extract_version |
Definition at line 103 of file zipfile.py.
filename |
Definition at line 95 of file zipfile.py.
flag_bits |
Definition at line 105 of file zipfile.py.
internal_attr |
Definition at line 107 of file zipfile.py.
reserved |
Definition at line 104 of file zipfile.py.
volume |
Definition at line 106 of file zipfile.py.