| Server IP : 85.155.190.233 / Your IP : 216.73.216.103 Web Server : nginx/1.24.0 System : Linux antigravity-cli 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 User : wp-moonbloom ( 1001) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/twisted/internet/__pycache__/ |
Upload File : |
�
oj� � � � d Z ddlmZ ddlmZ ed edddd� � dd lmZ G d
� dej � Zd� Z d
gZ
y)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.
� )�Version� )�deprecatedGnomeReactor�glib2reactor�Twisted� � )�gtk2reactorc � � e Zd ZdZd� Zy)�Glib2Reactorz.
The reactor using the glib mainloop.
c �F � t j j | d�� y)z:
Override init to set the C{useGtk} flag.
F)�useGtkN)r
�Gtk2Reactor�__init__)�selfs �?/usr/lib/python3/dist-packages/twisted/internet/glib2reactor.pyr zGlib2Reactor.__init__! s � � ���(�(��e�(�<� N)�__name__�
__module__�__qualname__�__doc__r � r r r r s � ��=r r c �4 � t � } ddlm} || � y)zL
Configure the twisted mainloop to be run inside the glib mainloop.
r )�installReactorN)r �twisted.internet.mainr )�reactorr s r �installr ( s � � �n�G�4��7�r r N)r �incrementalr �
_deprecater �twisted.internetr
r r r �__all__r r r �<module>r"