Source code for pydistsim.utils.memory

[docs] class MemoryStructure:
[docs] def get_dic(self): """Return value with which memory structure should be represented.""" raise NotImplementedError