Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Go to the source code of this file.
Data Structures | |
class | Codec |
Codec base classes (defining the API) More... | |
class | StreamWriter |
class | StreamReader |
class | StreamReaderWriter |
class | StreamRecoder |
Namespaces | |
codecs | |
Constant Groups | |
codecs | |
Functions | |
def | open |
def | EncodedFile |
def | getencoder |
Helpers for codec lookup. More... | |
def | getdecoder |
def | getreader |
def | getwriter |
def | make_identity_dict |
Helpers for charmap-based codecs. More... | |
def | make_encoding_map |
Variables | |
list | __all__ |
tuple | BOM = struct.pack('=H', 0xFEFF) |
Constants. More... | |
string | BOM_BE = '\376\377' |
string | BOM_LE = '\377\376' |
string | BOM64_BE = '\000\000\376\377' |
string | BOM64_LE = '\377\376\000\000' |
int | _false = 0 |