Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ kill
Method
kill
marimo/_session/managers/ipc.py:441–442 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
439
self._process.terminate()
440
441
def
kill(self) -> None:
442
self._process.kill()
443
444
def
join(self, timeout: float | None = None) -> None:
445
self._process.wait(timeout=timeout)
Callers
15
index.test.ts
File · 0.45
communicate_with_timeout
Function · 0.45
_reap_process_unix
Function · 0.45
interrupt_kernel
Method · 0.45
interrupt_kernel
Method · 0.45
handler
Function · 0.45
killall
Function · 0.45
_signal_process_tree
Method · 0.45
_finish_stop
Method · 0.45
_send_sigwinch
Function · 0.45
cleanup
Function · 0.45
_terminate_process
Method · 0.45
Calls
no outgoing calls
Tested by
15
_is_alive
Function · 0.36
test_try_kill_process_and_group_kills_pgroup_spares_new_session
Function · 0.36
_is_alive
Function · 0.36
test_try_kill_process_and_group_kills_grandchild
Function · 0.36
_interrupt
Function · 0.36
_check_contents
Function · 0.36
test_cli_edit_markdown_no_config_warnings
Function · 0.36
test_cli_kernel_killed_when_server_killed
Function · 0.36
test_cli_server_exits_when_ancestor_pid_dies
Function · 0.36
test_cli_run_directory_gallery_can_open_file
Function · 0.36
test_cli_run_directory_gallery_sandbox_can_open_file
Function · 0.36
test_cli_edit_sandbox_prompt
Function · 0.36