MCPcopy
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
changedMethod · 0.45

Tested by

no test coverage detected