MCPcopy 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
76def _get_plugin_classes(module):
77 return _get_classes_in_module(module)
78
79
80def _get_plugin_methods(plugin_klass):

Callers 1

register_pluginFunction · 0.85

Calls 1

_get_classes_in_moduleFunction · 0.85

Tested by

no test coverage detected