MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __getstate__

Method __getstate__

test/ext/test_mutable.py:88–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 return self.x, self.y
87
88 def __getstate__(self):
89 return self.x, self.y
90
91 def __setstate__(self, state):
92 self.x, self.y = state

Callers 4

init_objectsMethod · 0.45
row_dumpsMethod · 0.45
test_options_of_typeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected