INNER CODE UNIT · Python

_quit

alex-jb/orallexa-ai-trading-agent · desktop_agent/main.py:283

    def _quit():
        hotkey.stop()
        tts.stop()
        bull.destroy()

    def _show():
        bull._win.deiconify()

    def _hide():
        bull._win.withdraw()
        if popover:
            popover.hide()

    def _mode_change(new_mode: str, new_tf: str):
        brain.update_mode(new_mode, new_tf)
        if popover:
            popover._update_header()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…