twisted.internet.gireactor.PortableGIReactor(_glibbase.PortableGlibReactorBase)
class documentationtwisted.internet.gireactor
View Source
(View In Hierarchy)
Known subclasses: twisted.internet.gtk3reactor.PortableGtk3Reactor
Portable GObject Introspection event loop reactor.
Method | __init__ | Initialize file descriptor tracking dictionaries and the base class. |
Method | registerGApplication | Register a Gio.Application or Gtk.Application ,
whose main loop will be used instead of the default one. |
Inherited from _ThreadedWin32EventsMixin (via PortableGlibReactorBase, SelectReactor):
Method | addEvent | |
Method | removeEvent | |
Instance Variable | _reactor | The Win32Reactor
running in the other thread. This is None until it is
actually needed. |
Instance Variable | _reactorThread | The threading.Thread which is running the Win32Reactor .
This is None until it is actually needed. |
Method | _unmakeHelperReactor | Stop and discard the reactor started by
_makeHelperReactor . |
Method | _makeHelperReactor | Create and (in a new thread) start a Win32Reactor
instance to use for the implementation of IReactorWin32Events . |
Inherited from _ThreadedWin32EventsMixin (via PortableGlibReactorBase, SelectReactor):
Method | addEvent | |
Method | removeEvent | |
Instance Variable | _reactor | The Win32Reactor
running in the other thread. This is None until it is
actually needed. |
Instance Variable | _reactorThread | The threading.Thread which is running the Win32Reactor .
This is None until it is actually needed. |
Method | _unmakeHelperReactor | Stop and discard the reactor started by
_makeHelperReactor . |
Method | _makeHelperReactor | Create and (in a new thread) start a Win32Reactor
instance to use for the implementation of IReactorWin32Events . |
Inherited from _ThreadedWin32EventsMixin (via PortableGlibReactorBase, SelectReactor):
Method | addEvent | |
Method | removeEvent | |
Instance Variable | _reactor | The Win32Reactor
running in the other thread. This is None until it is
actually needed. |
Instance Variable | _reactorThread | The threading.Thread which is running the Win32Reactor .
This is None until it is actually needed. |
Method | _unmakeHelperReactor | Stop and discard the reactor started by
_makeHelperReactor . |
Method | _makeHelperReactor | Create and (in a new thread) start a Win32Reactor
instance to use for the implementation of IReactorWin32Events . |
Inherited from _ThreadedWin32EventsMixin (via PortableGlibReactorBase, SelectReactor):
Method | addEvent | |
Method | removeEvent | |
Instance Variable | _reactor | The Win32Reactor
running in the other thread. This is None until it is
actually needed. |
Instance Variable | _reactorThread | The threading.Thread which is running the Win32Reactor .
This is None until it is actually needed. |
Method | _unmakeHelperReactor | Stop and discard the reactor started by
_makeHelperReactor . |
Method | _makeHelperReactor | Create and (in a new thread) start a Win32Reactor
instance to use for the implementation of IReactorWin32Events . |
Inherited from _ThreadedWin32EventsMixin (via PortableGlibReactorBase, SelectReactor):
Method | addEvent | |
Method | removeEvent | |
Instance Variable | _reactor | The Win32Reactor
running in the other thread. This is None until it is
actually needed. |
Instance Variable | _reactorThread | The threading.Thread which is running the Win32Reactor .
This is None until it is actually needed. |
Method | _unmakeHelperReactor | Stop and discard the reactor started by
_makeHelperReactor . |
Method | _makeHelperReactor | Create and (in a new thread) start a Win32Reactor
instance to use for the implementation of IReactorWin32Events . |
Inherited from _ThreadedWin32EventsMixin (via PortableGlibReactorBase, SelectReactor):
Method | addEvent | |
Method | removeEvent | |
Instance Variable | _reactor | The Win32Reactor
running in the other thread. This is None until it is
actually needed. |
Instance Variable | _reactorThread | The threading.Thread which is running the Win32Reactor .
This is None until it is actually needed. |
Method | _unmakeHelperReactor | Stop and discard the reactor started by
_makeHelperReactor . |
Method | _makeHelperReactor | Create and (in a new thread) start a Win32Reactor
instance to use for the implementation of IReactorWin32Events . |
Inherited from _ThreadedWin32EventsMixin (via PortableGlibReactorBase, SelectReactor):
Method | addEvent | |
Method | removeEvent | |
Instance Variable | _reactor | The Win32Reactor
running in the other thread. This is None until it is
actually needed. |
Instance Variable | _reactorThread | The threading.Thread which is running the Win32Reactor .
This is None until it is actually needed. |
Method | _unmakeHelperReactor | Stop and discard the reactor started by
_makeHelperReactor . |
Method | _makeHelperReactor | Create and (in a new thread) start a Win32Reactor
instance to use for the implementation of IReactorWin32Events . |
Initialize file descriptor tracking dictionaries and the base class.
Register a Gio.Application
or Gtk.Application
,
whose main loop will be used instead of the default one.