MCPcopy Index your code
hub / github.com/dbcli/mycli / error

Method error

test/utils.py:57–58  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

55 self.debug_calls.append((args, kwargs))
56
57 def error(self, *args: Any, **kwargs: Any) -> None:
58 self.error_calls.append((args, kwargs))
59
60 def warning(self, *args: Any, **kwargs: Any) -> None:
61 self.warning_calls.append((args, kwargs))

Callers 15

open_mylogin_cnfFunction · 0.45
style_factory_ptoolkitFunction · 0.45
style_factory_helpersFunction · 0.45
foreign_keysMethod · 0.45
proceduresMethod · 0.45
character_setsMethod · 0.45
collationsMethod · 0.45
show_candidatesMethod · 0.45
usersMethod · 0.45
reset_connection_idMethod · 0.45
_create_ssl_ctxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected