MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __setstate__

Method __setstate__

test/ext/test_mutable.py:91–92  ·  view source on GitHub ↗
(self, state)

Source from the content-addressed store, hash-verified

89 return self.x, self.y
90
91 def __setstate__(self, state):
92 self.x, self.y = state
93
94 def __eq__(self, other):
95 return (

Callers 2

row_loadsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected