HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/twisted/internet/__pycache__/glib2reactor.cpython-310.pyc
o

�b[�@s4dZddlmZGdd�dej�Zdd�ZdgZdS)a�
This module provides support for Twisted to interact with the glib mainloop.
This is like gtk2, but slightly faster and does not require a working
$DISPLAY. However, you cannot run GUIs under this reactor: for that you must
use the gtk2reactor instead.

In order to use this support, simply do the following::

    from twisted.internet import glib2reactor
    glib2reactor.install()

Then use twisted.internet APIs as usual.  The other methods here are not
intended to be called directly.
�)�gtk2reactorc@seZdZdZdd�ZdS)�Glib2Reactorz.
    The reactor using the glib mainloop.
    cCstjj|dd�dS)z:
        Override init to set the C{useGtk} flag.
        F)�useGtkN)r�Gtk2Reactor�__init__)�self�r�?/usr/lib/python3/dist-packages/twisted/internet/glib2reactor.pyrszGlib2Reactor.__init__N)�__name__�
__module__�__qualname__�__doc__rrrrr	rsrcCst�}ddlm}||�dS)zL
    Configure the twisted mainloop to be run inside the glib mainloop.
    r)�installReactorN)r�twisted.internet.mainr)�reactorrrrr	�install"srN)r
�twisted.internetrrrr�__all__rrrr	�<module>s