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

Function send

beets/plugins.py:624–626  ·  view source on GitHub ↗
(
    event: Literal["import_task_created"], **arguments: Any
)

Source from the content-addressed store, hash-verified

622
623@overload
624def send(
625 event: Literal["import_task_created"], **arguments: Any
626) -> list[list[ImportTask]]: ...
627
628
629@overload

Callers 4

album_for_idFunction · 0.85
track_for_idFunction · 0.85
load_pluginsFunction · 0.85
wrapperFunction · 0.85

Calls 2

handlerFunction · 0.50
debugMethod · 0.45

Tested by

no test coverage detected