MCPcopy
hub / github.com/caronc/apprise / error

Method error

tests/test_plugin_xmpp.py:4244–4245  ·  view source on GitHub ↗
(self, msg: str, *args: Any)

Source from the content-addressed store, hash-verified

4242
4243 class _Logger:
4244 def error(self, msg: str, *args: Any) -> None:
4245 errors.append(msg % args if args else msg)
4246
4247 client.logger = _Logger() # type: ignore[assignment]
4248

Callers 15

instantiateMethod · 0.80
addMethod · 0.80
_create_notify_genMethod · 0.80
jsonMethod · 0.80
_ntf_tidyFunction · 0.80
flushMethod · 0.80
disk_scanMethod · 0.80
disk_pruneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected