MCPcopy
hub / github.com/su-kaka/gcli2api / error

Method error

log.py:280–281  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

278 _log("warning", message)
279
280 def error(self, message: str):
281 _log("error", message)
282
283 def critical(self, message: str):
284 _log("critical", message)

Callers 15

lifespanFunction · 0.80
find_available_portFunction · 0.80
create_callback_serverFunction · 0.80
create_auth_urlFunction · 0.80
wait_for_callback_syncFunction · 0.80
complete_auth_flowFunction · 0.80
refreshMethod · 0.80
exchange_codeMethod · 0.80
get_access_tokenMethod · 0.80
get_user_infoFunction · 0.80

Calls 1

_logFunction · 0.85

Tested by 1

test_credentialFunction · 0.64