MCPcopy
hub / github.com/beetbox/beets / find_plugins

Function find_plugins

beets/plugins.py:478–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476
477
478def find_plugins() -> Iterable[BeetsPlugin]:
479 return _instances
480
481
482# Communication with plugins.

Callers 11

_on_plugins_loadedMethod · 0.90
commandsFunction · 0.85
queriesFunction · 0.85
typesFunction · 0.85
named_queriesFunction · 0.85
template_funcsFunction · 0.85
early_import_stagesFunction · 0.85
import_stagesFunction · 0.85
item_field_gettersFunction · 0.85
album_field_gettersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected