Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __setattr__
Method
__setattr__
test/ext/test_mutable.py:115–117 · test/ext/test_mutable.py::DCPoint.__setattr__
(self, key, value)
Source
from the content-addressed store, hash-verified
113
y: int
114
115
def
__setattr__(self, key, value):
116
object.__setattr__(self, key, value)
117
self.changed()
118
119
def
__getstate__(self):
120
return
self.x, self.y
Callers
nothing calls this directly
Calls
2
__setattr__
Method · 0.45
changed
Method · 0.45
Tested by
no test coverage detected