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 : /usr/lib/python3/dist-packages/twisted/internet/__pycache__/ |
Upload File : |
o �b� � @ sR d Z ddlmZ ddlmZ G dd� dej�ZG dd� dej�Zdd � Z d gZ d S )a� This module provides support for Twisted to interact with the gtk3 mainloop via Gobject introspection. This is like gi, but slightly slower and requires a working $DISPLAY. In order to use this support, simply do the following:: from twisted.internet import gtk3reactor gtk3reactor.install() If you wish to use a GApplication, register it with the reactor:: from twisted.internet import reactor reactor.registerGApplication(app) Then use twisted.internet APIs as usual. � )� gireactor)�runtimec @ � e Zd ZdZdd� ZdS )�Gtk3Reactorz/ A reactor using the gtk3+ event loop. c C � t jj| dd� dS �z: Override init to set the C{useGtk} flag. T)�useGtkN)r � GIReactor�__init__��self� r �>/usr/lib/python3/dist-packages/twisted/internet/gtk3reactor.pyr � zGtk3Reactor.__init__N��__name__� __module__�__qualname__�__doc__r r r r r r � r c @ r )�PortableGtk3Reactorz$ Portable GTK+ 3.x reactor. c C r r )r �PortableGIReactorr r r r r r + r zPortableGtk3Reactor.__init__Nr r r r r r &