Home | Trees | Indices | Help |
|
---|
|
object --+ | HeaderElement --+ | AcceptElement
An element (with parameters) from an Accept* header's element list.
AcceptElement objects are comparable; the more-preferred object will be "less than" the less-preferred object. They are also therefore sortable; if you sort a list of AcceptElement objects, they will be listed in priority order; the most preferred value will be first. Yes, it should have been the other way around, but it's too late to fix now.
Instance Methods | |||
|
|||
Inherited from Inherited from |
Class Methods | |||
|
Static Methods | |
Inherited from |
Properties | |
qvalue The qvalue, or priority, of this value. |
|
Inherited from |
Method Details |
Construct an instance from a string of the form 'token;key=val'.
|
Property Details |
qvalueThe qvalue, or priority, of this value.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 8 23:51:19 2009 | http://epydoc.sourceforge.net |