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

Method exit

test/pytests/test_key_bindings.py:94–95  ·  view source on GitHub ↗
(self, exception: type[BaseException], style: str)

Source from the content-addressed store, hash-verified

92 print_calls: list[Any] = field(default_factory=list)
93
94 def exit(self, exception: type[BaseException], style: str) -> None:
95 self.exit_calls.append({'exception': exception, 'style': style})
96
97 def print_text(self, text: Any) -> None:
98 self.print_calls.append(text)

Callers 8

_Function · 0.80
run_from_cli_argsFunction · 0.80
get_password_from_fileFunction · 0.80
preprocess_cli_argsFunction · 0.80
mainFunction · 0.80
main.pyFile · 0.80
connectMethod · 0.80
_output_resultsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected