shyft.dashboard.base.hashable

This module contains the Hashable base class

Classes

Hashable()

This class is used as base class.

class shyft.dashboard.base.hashable.Hashable[source]

Bases: object

This class is used as base class. From this class derived objects can be used as dictionary keys. The class has a unique __uid and implements the __hash__ and __eq__ functions

__init__()[source]

Init of the hashable base class

property uid: int

Returns the uid of the hashable object