Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ kill
Method
kill
test/pytests/test_special_iocommands.py:93–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
return
(self.stdout, self.stderr)
92
93
def
kill(self) -> None:
94
self.killed = True
95
96
97
@pytest.fixture(autouse=True)
Callers
3
execute_system_command
Function · 0.80
flush_pipe_once_if_written
Function · 0.80
send_ctrl_c_to_pid
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected