Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __setattr__
Method
__setattr__
test/ext/test_mutable.py:81–83 · test/ext/test_mutable.py::Point.__setattr__
(self, key, value)
Source
from the content-addressed store, hash-verified
79
self.y = y
80
81
def
__setattr__(self, key, value):
82
object.__setattr__(self, key, value)
83
self.changed()
84
85
def
__composite_values__(self):
86
return
self.x, self.y
Callers
4
test_immutable
Method · 0.45
test_readonly_properties
Method · 0.45
__setattr__
Method · 0.45
__setattr__
Method · 0.45
Calls
1
changed
Method · 0.45
Tested by
no test coverage detected