MCPcopy Create free account
hub / github.com/beetbox/beets / commands

Method commands

test/test_logging.py:132–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 self._log.warning("warning {}", name)
131
132 def commands(self):
133 cmd = ui.Subcommand("dummy")
134 cmd.func = lambda _, __, ___: self.log_all("cmd")
135 return (cmd,)
136
137 def import_stage(self, session, task):
138 self.log_all("import_stage")

Callers

nothing calls this directly

Calls 1

log_allMethod · 0.95

Tested by

no test coverage detected