162
162
:param references: An iterable of iterables of keys. Each is a
163
163
reference to another key.
164
164
:param value: The value to associate with the key. It may be any
167
167
# Ensure that 'key' is a StaticTuple
168
168
key = static_tuple.StaticTuple.from_sequence(key).intern()