Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_diff
Function · 0.45
_diff
Function · 0.45
get_one
Method · 0.45
dispatch_value_change_trigger
Method · 0.45
_dispatch_operation_trigger
Method · 0.45
default
Method · 0.45
default
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected