Package Pyblio :: Package Cite :: Package Style :: Module Base :: Class Numeric
[hide private]
[frames] | no frames]

Class Numeric

source code

 object --+    
          |    
Unambiguous --+
              |
             Numeric

Return a numeric key for documents, in the order in which they are requested.

Instance Methods [hide private]
 
__init__(self, db) source code
 
_generate(self, uid) source code

Inherited from Unambiguous: cache_lookup, cache_update, make_key

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, db)
(Constructor)

source code 
Overrides: Unambiguous.__init__