We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60961a commit e8c47e4Copy full SHA for e8c47e4
src/frozendict/__init__.pyi
@@ -71,3 +71,8 @@ class frozendict(Mapping[K, V]):
71
72
73
FrozenOrderedDict = frozendict
74
+
75
+class FreezeError(Exception): pass
76
77
78
+class FreezeWarning(UserWarning): pass
0 commit comments