Class: Hash
This class represents a hash data structure. It is essentially a Python dictionary that emits events.
Constructor
__init__ (self)
Constructor. Initialize the Hash data.
Methods
get (self, key)
Retrieve an object from the dictionary.
pop (self, key)
Pop an object from the dictionary.
push (self, pair)
Push key-value pair on the dictionary.