Hash

class mdcraft.analysis.base.Hash(*args, **kwargs)[source]

Bases: dict

A hash table, or an extension of the built-in dict with dot notation for accessing properties.

Methods