Key.Key

Name

Key.Key -- defines a hashable object that uniquely identifies a bibliographic entry.

Synopsis

class Key.Key:
    self.key
    self.base

    def __init__ (self, database, key):

Usage

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.