| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
BaseIndex
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
set
|
|
||
set
|
|
||
set
|
|
||
set
|
|
||
| list |
|
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Base class of your index handler. Built-in index handlers will always inherit from this class but your
own handlers don't need to as long as they implement a method named
|
Stores a value within the index container.
|
Drops a set from the index. This is not thread safe so know what you're doing.
|
Clears and removes a set from the index. This is not thread safe so know what you're doing.
|
Returns the value associated with the key as a set of one element. The set is empty of the key is not found.
|
Yields the value associated with the key as a set of one element. The set is empty of the key is not found.
|
Iterates through the keys of the container and apply for each one the
provided If you want to stop the iteration you can simply raise
|
Iterates through the keys of the container and yields each result of
applying the provided If you want to stop the iteration you can simply raise
|
Return all the existing keys in the container as a list. Not all containers support that features and should therefore be used carefully.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 22:19:15 2008 | http://epydoc.sourceforge.net |