Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ __setattr__
Method
__setattr__
IPython/external/pickleshare.py:294–295 ·
view source on GitHub ↗
(self, key, val)
Source
from the content-addressed store, hash-verified
292
return
self.__dict__[
"db"
][self.__dict__[
"keydir"
] +
"/"
+ key]
293
294
def
__setattr__(self, key, val):
295
self.db[self.keydir +
"/"
+ key] = val
296
297
def
__repr__(self):
298
db = self.__dict__[
"db"
]
Callers
1
update_instances
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected