MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / RDict

Class RDict

src/8/extending_classes_with_mixins/example2.py:13–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11# Example
12
13class RDict(RestrictKeysMixin, dict):
14 pass
15
16d = RDict(_restrict_key_type=str)
17e = RDict([('name','Dave'), ('n',37)], _restrict_key_type=str)

Callers 1

example2.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected