Package glue :: Module ldbd :: Class UniqueIds
[hide private]
[frames] | no frames]

Class UniqueIds

source code

Contains a dictionary of unique ids which can be queried based on name. If a unique id does not exist in the dictionaty, one is fetched from the database.

Instance Methods [hide private]
 
__init__(self, curs)
curs = database cursor to the currently open database
source code
 
lookup(self, istring)
istring = the ilwd:char string corresponding to a unique id
source code