Skip to content

Latest commit

Β 

History

History
18 lines (13 loc) Β· 384 Bytes

base.rst

File metadata and controls

18 lines (13 loc) Β· 384 Bytes

Base Classes

About

FrozenBase is the base class for ~cawdrey._frozendict.frozendict and ~cawdrey.frozenordereddict.FrozenOrderedDict. If you wish to construct your own frozen dictionary classes, you may inherit from this class.

API Reference

cawdrey.base