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

Method to_model

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

Source from the content-addressed store, hash-verified

830
831 @classmethod
832 def to_model(cls, aliasexecution):
833 raise NotImplementedError()
834
835 @classmethod
836 def from_model(cls, aliasexecution):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected