Files
bec_widgets/tests/benchmarks/hyperfine/utils/exit_bec_startup.py
T
2026-04-21 13:58:38 +02:00

6 lines
73 B
Python

import time
_ip = get_ipython()
_ip.confirm_exit = False
_ip.ask_exit()