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

Method to_model

st2common/st2common/models/api/action.py:881–882  ·  view source on GitHub ↗
(cls, aliasexecution)

Source from the content-addressed store, hash-verified

879
880 @classmethod
881 def to_model(cls, aliasexecution):
882 raise NotImplementedError()
883
884 @classmethod
885 def from_model(cls, aliasexecution):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected