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

Method queries

beets/plugins.py:323–325  ·  view source on GitHub ↗

Return a dict mapping prefixes to Query subclasses.

(self)

Source from the content-addressed store, hash-verified

321 return wrapper
322
323 def queries(self) -> dict[str, type[Query]]:
324 """Return a dict mapping prefixes to Query subclasses."""
325 return {}
326
327 def add_media_field(
328 self, name: str, descriptor: mediafile.MediaField

Callers 2

queriesFunction · 0.45
parse_query_partsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected