aisbaa / frozen_dict

- Creates a class FrozenDict that behaves like dict, but all mutable methods are removed. - Compatible with both Python2 and Python3. - Like a tuple, FrozenDict is hashable if and only if all its items are hashable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aisbaa/frozen_dict Issues

No issues in this repository yet.