Module: data
This package defines various abstract data structures.
Modules
hash
This module defines the Hash data structure.
set
This module defines the Set class which is basically a list that emits events.
Classes
Hash
This class represents a hash data structure. It is essentially a Python dictionary that emits events.
Set
This is the Set class that emits events.