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

Method __init__

st2common/st2common/models/api/base.py:44–46  ·  view source on GitHub ↗
(self, **kw)

Source from the content-addressed store, hash-verified

42 skip_unescape_field_names = []
43
44 def __init__(self, **kw):
45 for key, value in kw.items():
46 setattr(self, key, value)
47
48 def __repr__(self):
49 name = type(self).__name__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected