Home | Trees | Indices | Help |
---|
|
object --+ | IFilter
A filter for collections.
This is the interface all filters have to implement. Filter classes are initialized with a set of criteria and are then applied to collections of items. The criteria are usually strings or integer values, depending on the filter.
Note that all strings passed to filters should be unicode strings
(python type unicode
). Standard strings are converted to
unicode internally, but have a limitation: Only 7 Bit pure ASCII
characters may be used, otherwise a UnicodeDecodeError
is
raised.
Instance Methods | |||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Create a list of query parameters. This method creates a list of (
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Dec 5 13:37:51 2011 | http://epydoc.sourceforge.net |