| Home | Trees | Index | Help |
|
|---|
| Package amplee :: Package indexer :: Class UpdatedIndex |
|
object--+ |BaseIndex--+ |DateIndex--+ | UpdatedIndex
| Method Summary | |
|---|---|
__init__(self,
name,
container,
granularity)
| |
| Inherited from DateIndex | |
Returns a dictionnary of the forum {collection_name: [member_id]} which have been indexed between the two provided dates. | |
| |
(Class method) | |
(Class method) | |
(Class method) | |
| |
(Class method) | |
| 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) | |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Jul 19 15:32:17 2007 | http://epydoc.sf.net |