MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __setattr__

Method __setattr__

test/ext/test_mutable.py:131–133  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

129 y: int
130
131 def __setattr__(self, key, value):
132 object.__setattr__(self, key, value)
133 self.changed()
134
135 def __getstate__(self):
136 return self.x, self.y

Callers

nothing calls this directly

Calls 2

__setattr__Method · 0.45
changedMethod · 0.45

Tested by

no test coverage detected