MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / get_plugin

Function get_plugin

src/plugins/plugin.py:32–35  ·  view source on GitHub ↗

Returns first available plugin `from get_plugins()` if any.

(*args, **kwargs)

Source from the content-addressed store, hash-verified

30
31
32def get_plugin(*args, **kwargs):
33 """Returns first available plugin `from get_plugins()` if any."""
34 for plugin in get_plugins(*args, **kwargs):
35 return plugin

Callers 2

indicatorInitMethod · 0.90
notifierInitMethod · 0.90

Calls 1

get_pluginsFunction · 0.85

Tested by

no test coverage detected