MCPcopy Create free account
hub / github.com/StackStorm/st2 / serialize

Method serialize

st2client/st2client/models/core.py:151–154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 return cls.get_plural_name().lower()
150
151 def serialize(self):
152 return dict(
153 (k, v) for k, v in six.iteritems(self.__dict__) if not k.startswith("_")
154 )
155
156 @classmethod
157 def deserialize(cls, doc):

Callers 15

prep_wf_exMethod · 0.80
runMethod · 0.80
runMethod · 0.80
createMethod · 0.80
updateMethod · 0.80
matchMethod · 0.80
match_and_executeMethod · 0.80
matchMethod · 0.80
test_resource_get_allMethod · 0.80

Calls

no outgoing calls