Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
class
MutableInstance(dict):
2
def
__init__(self):
3
self.__dict__ = self
4
Callers
nothing calls this directly
Calls
3
MutableInstance
Class · 0.85
keys
Method · 0.45
values
Method · 0.45
Tested by
no test coverage detected