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

Method debug

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

Source from the content-addressed store, hash-verified

52 self.warning_calls: list[tuple[tuple[Any, ...], dict[str, Any]]] = []
53
54 def debug(self, *args: Any, **kwargs: Any) -> None:
55 self.debug_calls.append((args, kwargs))
56
57 def error(self, *args: Any, **kwargs: Any) -> None:
58 self.error_calls.append((args, kwargs))

Callers 15

get_mylogin_cnf_pathFunction · 0.45
_Function · 0.45
run_from_cli_argsFunction · 0.45
connectMethod · 0.45
_probe_doris_versionMethod · 0.45
runMethod · 0.45
get_resultMethod · 0.45
tablesMethod · 0.45
table_columnsMethod · 0.45
enum_valuesMethod · 0.45
foreign_keysMethod · 0.45
databasesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected