Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_objects
Method · 0.45
row_dumps
Method · 0.45
test_state_info_pickle
Method · 0.45
test_options_of_type
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected