mtnlion.structures.mountain module

Data structure for handling mathematical operations on dictionaries.

class mtnlion.structures.mountain.Mountain[source]

Bases: dict

A dictionary wrapper that allows math to be performed between like objects, or basic types. Also allows slicing into every value of the dictionary.