t.w.h.MimeType(object) : class documentation

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

No class docstring
Class Method fromString Generate a MimeType object from the given string.
Method __init__
Method __eq__ Undocumented
Method __ne__ Undocumented
Method __repr__ Undocumented
Method __hash__ Undocumented
@classmethod
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 at 2011-10-27 16:17:34.