Package amplee :: Package indexer :: Class AtomIDIndexer
[show private | hide private]
[frames | no frames]

Type AtomIDIndexer

object --+    
         |    
 BaseIndex --+
             |
            AtomIDIndexer


Method Summary
  __init__(self, name, container)
Indexing atom:id values
  lookup(self, entry_id)
  update(self, member)
    Inherited from BaseIndex
  iterindex(self, func)
Iterates through the keys of the container and apply for each one the provided ``func`` with the key and the data associated.
  keys(self)
Return all the existing keys in the container as a list.
  load(self, key)
Returns the value associated with the key as a set of one element.
  store(self, key, value)
Stores a value within the index container
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Method Details

__init__(self, name, container=None)
(Constructor)

Indexing atom:id values
Overrides:
amplee.indexer.BaseIndex.__init__

Generated by Epydoc 2.1 on Thu Jul 19 15:32:17 2007 http://epydoc.sf.net