shyft.dashboard.base.hashable¶
This module contains the Hashable base class
Classes
|
This class is used as base class. |
- class shyft.dashboard.base.hashable.Hashable[source]¶
Bases:
objectThis 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 of the hashable base class
- property uid: int¶
Returns the uid of the hashable object