Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
624
def
send(
625
event: Literal[
"import_task_created"
], **arguments: Any
626
) -> list[list[ImportTask]]: ...
627
628
629
@overload
Callers
4
album_for_id
Function · 0.85
track_for_id
Function · 0.85
load_plugins
Function · 0.85
wrapper
Function · 0.85
Calls
2
handler
Function · 0.50
debug
Method · 0.45
Tested by
no test coverage detected