Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ _get_plugin_classes
Function
_get_plugin_classes
st2common/st2common/util/loader.py:76–77 ·
view source on GitHub ↗
(module)
Source
from the content-addressed store, hash-verified
74
75
76
def
_get_plugin_classes(module):
77
return
_get_classes_in_module(module)
78
79
80
def
_get_plugin_methods(plugin_klass):
Callers
1
register_plugin
Function · 0.85
Calls
1
_get_classes_in_module
Function · 0.85
Tested by
no test coverage detected