Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ __init__
Method
__init__
st2client/st2client/models/core.py:94–96 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
92
_repr_attributes = []
93
94
def
__init__(self, *args, **kwargs):
95
for
k, v in six.iteritems(kwargs):
96
setattr(self, k, v)
97
98
def
to_dict(self, exclude_attributes=None):
99
""
"
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected