Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /usr/local/lib/python3.8/dist-packages/IPython/terminal/pt_inputhooks/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //usr/local/lib/python3.8/dist-packages/IPython/terminal/pt_inputhooks/gtk4.py

"""
prompt_toolkit input hook for GTK 4.
"""

from gi.repository import GLib


class _InputHook:
    def __init__(self, context):
        self._quit = False
        GLib.io_add_watch(
            context.fileno(), GLib.PRIORITY_DEFAULT, GLib.IO_IN, self.quit
        )

    def quit(self, *args, **kwargs):
        self._quit = True
        return False

    def run(self):
        context = GLib.MainContext.default()
        while not self._quit:
            context.iteration(True)


def inputhook(context):
    hook = _InputHook(context)
    hook.run()

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net