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 | MimeTypes |
Namespaces | |
mimetypes | |
Constant Groups | |
mimetypes | |
Functions | |
def | guess_type |
def | guess_extension |
def | init |
def | read_mime_types |
def | usage |
Variables | |
list | __all__ = ["guess_type","guess_extension","read_mime_types","init"] |
list | knownfiles |
int | inited = 0 |
dictionary | suffix_map |
dictionary | encodings_map |
dictionary | types_map |
dictionary | common_types |
string | USAGE |
int | strict = 1 |
int | extension = 0 |
tuple | guess = guess_extension(gtype, strict) |