Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/internet/__pycache__/ |
Upload File : |
o �b[ � @ s4 d Z ddlmZ G dd� 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 @ s e Zd ZdZdd� ZdS )�Glib2Reactorz. The reactor using the glib mainloop. c C s t jj| 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.pyr s zGlib2Reactor.__init__N)�__name__� __module__�__qualname__�__doc__r r r r r r s r c C s t � } ddlm} || � dS )zL Configure the twisted mainloop to be run inside the glib mainloop. r )�installReactorN)r �twisted.internet.mainr )�reactorr r r r �install"