MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-299777.py

File recipe-299777.py

recipes/Python/299777_Simplified_Mutable_Instances/recipe-299777.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class MutableInstance(dict):
2 def __init__(self):
3 self.__dict__ = self
4

Callers

nothing calls this directly

Calls 3

MutableInstanceClass · 0.85
keysMethod · 0.45
valuesMethod · 0.45

Tested by

no test coverage detected