Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __setattr__
Method
__setattr__
tools/gh_api.py:36–37 ·
view source on GitHub ↗
(self, name, val)
Source
from the content-addressed store, hash-verified
34
raise
AttributeError(name)
35
36
def
__setattr__(self, name, val):
37
self[name] = val
38
39
token = None
40
def
get_auth_token():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected