Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ isatty
Method
isatty
test/pytests/test_main_modes_batch.py:77–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
self.writes: list[str] = []
76
77
def
isatty(self) -> bool:
78
return
self.tty
79
80
def
write(self, value: str) -> int:
81
self.writes.append(value)
Callers
8
run_from_cli_args
Function · 0.80
confirm_destructive_query
Function · 0.80
main_execute_from_cli
Function · 0.80
set_external_terminal_tab_title
Function · 0.80
set_external_terminal_window_title
Function · 0.80
set_external_multiplex_pane_title
Function · 0.80
main_batch_with_progress_bar
Function · 0.80
main_batch_without_progress_bar
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected