| Home | Trees | Index | Help |
|
|---|
| Package amplee :: Package indexer :: Class AtomIDIndexer |
|
object--+ |BaseIndex--+ | AtomIDIndexer
| Method Summary | |
|---|---|
Indexing atom:id values | |
lookup(self,
entry_id)
| |
update(self,
member)
| |
| Inherited from BaseIndex | |
Iterates through the keys of the container and apply for each one the provided ``func`` with the key and the data associated. | |
Return all the existing keys in the container as a list. | |
Returns the value associated with the key as a set of one element. | |
Stores a value within the index container | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
__init__(self,
name,
container=None)
Indexing atom:id values
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Jul 19 15:32:17 2007 | http://epydoc.sf.net |