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

Class UpdatedIndex

source code

object --+        
         |        
 BaseIndex --+    
             |    
     DateIndex --+
                 |
                UpdatedIndex

Instance Methods [hide private]
 
__init__(self, name, container=None, granularity=None)
Base class for date based inde handlers.
source code

Inherited from DateIndex: between, ibetween, update

Inherited from BaseIndex: iiterindex, iload, iterindex, keys, load, store

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]

Inherited from DateIndex: day, hour, minute, month, year

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 
Base class for date based inde handlers.
Overrides: DateIndex.__init__
(inherited documentation)