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

Method from_model

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

Source from the content-addressed store, hash-verified

834
835 @classmethod
836 def from_model(cls, aliasexecution):
837 raise NotImplementedError()
838
839
840class ActionAliasHelpAPI(BaseAPI):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected