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

Method debug

beetsplug/bpd/__init__.py:761–763  ·  view source on GitHub ↗

Log a debug message about this connection.

(self, message, kind=" ")

Source from the content-addressed store, hash-verified

759 self.address = ":".join(map(str, sock.sock.getpeername()))
760
761 def debug(self, message, kind=" "):
762 """Log a debug message about this connection."""
763 self.server._log.debug("{}[{.address}]: {}", kind, self, message)
764
765 def run(self):
766 pass

Callers 15

sendMethod · 0.95
log_allMethod · 0.45
log_allMethod · 0.45
_search_apiMethod · 0.45
get_plugin_namesFunction · 0.45
load_pluginsFunction · 0.45
sendFunction · 0.45
parse_query_partsFunction · 0.45
move_artMethod · 0.45
try_syncMethod · 0.45
_openMethod · 0.45

Calls

no outgoing calls

Tested by 2

log_allMethod · 0.36
log_allMethod · 0.36