Name
Key.Key -- defines a hashable object that uniquely identifies a
bibliographic entry.
Members
self.key
Holds the reference of the entry inside its database
self.base
Holds the reference of the database entry.
Methods
__init__ (self, database, key)
Creates a new key holding the specified database and entry
keys.