| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
HeaderElement
An element (with parameters) from an HTTP header's element list.
|
|||
|
__init__(self,
value,
params=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature... |
||
| __unicode__(self) | ||
|
__str__(self) str(x)... |
||
|
Inherited from |
|||
|
|||
|
from_str(cls,
elementstr) Construct an instance from a string of the form 'token;key=val'. |
||
|
|||
|
parse(elementstr) Transform 'token;key=val' to ('token', {'key': 'val'}). |
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
str(x)
|
Transform 'token;key=val' to ('token', {'key': 'val'}).
|
Construct an instance from a string of the form 'token;key=val'. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Sat Nov 18 23:31:57 2006 | http://epydoc.sourceforge.net |