MCPcopy Index your code
hub / github.com/beetbox/beets / commands

Method commands

beets/plugins.py:261–265  ·  view source on GitHub ↗

Should return a list of beets.ui.Subcommand objects for commands that should be added to beets' CLI.

(self)

Source from the content-addressed store, hash-verified

259 )
260
261 def commands(self) -> Sequence[Subcommand]:
262 """Should return a list of beets.ui.Subcommand objects for
263 commands that should be added to beets' CLI.
264 """
265 return ()
266
267 def _set_stage_log_level(
268 self, stages: list[ImportStageFunc]

Callers 1

commandsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected