Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/beetbox/beets
/ __str__
Method
__str__
beets/logging.py:156–159 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
154
self.kwargs = kwargs
155
156
def
__str__(self):
157
args = [_logsafe(a)
for
a in self.args]
158
kwargs = {k: _logsafe(v)
for
(k, v) in self.kwargs.items()}
159
return
self.msg.format(*args, **kwargs)
160
161
def
_log(
162
self,
Callers
nothing calls this directly
Calls
3
_logsafe
Function · 0.85
items
Method · 0.45
format
Method · 0.45
Tested by
no test coverage detected