This module provides support for Twisted to interact with the glib mainloop via GObject Introspection.

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

    from twisted.internet import gireactor
    gireactor.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.

On Python 3, pygobject v3.4 or later is required.

Class GIReactor GObject-introspection event loop reactor.
Class PortableGIReactor Portable GObject Introspection event loop reactor.
Function install Configure the twisted mainloop to be run inside the glib mainloop.
Variable __all__ Undocumented
Variable _pygtkcompatPresent Undocumented
Variable _PYGTK_MODULES Undocumented
Function _oldGiInit Make sure pygtk and gi aren't loaded at the same time, and import Glib if possible.
_pygtkcompatPresent =
Undocumented
(type: bool)
_PYGTK_MODULES =
Undocumented
(type: List[str])
def _oldGiInit(): (source)

Make sure pygtk and gi aren't loaded at the same time, and import Glib if possible.

def install(useGtk=False): (source)

Configure the twisted mainloop to be run inside the glib mainloop.

ParametersuseGtkshould GTK+ rather than glib event loop be used (this will be slightly slower but does support GUI).
__all__ =
Undocumented
(type: List[str])
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.