67
67
def add_node(self, key, references, value):
68
68
"""Add a node to the index.
71
71
:param references: An iterable of iterables of keys. Each is a
72
72
reference to another key.
73
73
:param value: The value to associate with the key. It may be any