MCPcopy Index your code
hub / github.com/StackStorm/st2 / __json__

Method __json__

st2common/st2common/models/api/base.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 return "%s[%s]" % (name, attrs)
59
60 def __json__(self):
61 return vars(self)
62
63 def validate(self):
64 """

Callers 7

_content_diffFunction · 0.45
_diffFunction · 0.45
get_oneMethod · 0.45
defaultMethod · 0.45
defaultFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected