Class t.w.h.MimeType(object):

Part of twisted.web2.http_headers View Source View In Hierarchy

No class docstring
Method fromString Generate a MimeType object from the given string.
Method __init__
Method __eq__ Undocumented
Method __ne__ Undocumented
Method __repr__ Undocumented
Method __hash__ Undocumented
def fromString(klass, mimeTypeString): (source)
Generate a MimeType object from the given string.
ParametersmimeTypeStringThe mimetype to parse
ReturnsMimeType
def __init__(self, mediaType, mediaSubtype, params={}, **kwargs): (source)
ParametersmediaType(type: str )
mediaSubtype(type: str )
params(type: dict )
def __eq__(self, other): (source)
Undocumented
def __ne__(self, other): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def __hash__(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.