Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ __getstate__
Method
__getstate__
st2common/st2common/fields.py:306–308 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
304
return
value
305
306
def
__getstate__(self):
307
self.instance = None
308
return
self
309
310
def
__setstate__(self, state):
311
self = state
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected