We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a507b14 commit 6c06da3Copy full SHA for 6c06da3
utils/utils.py
@@ -1,3 +1,8 @@
1
+try:
2
+ from sets import ImmutableSet as frozenset
3
+except:
4
+ pass
5
+
6
class MethodDispatcher(dict):
7
"""Dict with 2 special properties:
8
0 commit comments