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

Method warning

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

Source from the content-addressed store, hash-verified

58 self.error_calls.append((args, kwargs))
59
60 def warning(self, *args: Any, **kwargs: Any) -> None:
61 self.warning_calls.append((args, kwargs))
62
63
64class DummyFormatter:

Callers 3

_remove_padFunction · 0.45
main_execute_from_cliFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected