Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ _get_impl
Method
_get_impl
st2common/st2common/persistence/trigger.py:92–93 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
90
91
@classmethod
92
def
_get_impl(cls):
93
return
cls.impl
94
95
@classmethod
96
def
delete_by_query(cls, *args, **query):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected