Module twisted.internet.gtkreactor
This module provides support for Twisted to interact with the PyGTK
mainloop.
In order to use this support, simply do the following:
| from twisted.internet import gtkreactor
| gtkreactor.install()
Then use twisted.internet APIs as usual. The other methods here are
not intended to be called directly.
API Stability: stable
Maintainer: Itamar
Shtull-Trauring<mailto:twisted@itamarst.org>
Function Summary |
|
install ()
Configure the twisted mainloop to be run inside the gtk mainloop. |
Variable Summary |
builtin_function_or_method |
has_key
|
builtin_function_or_method |
has_key
|
install()
Configure the twisted mainloop to be run inside the gtk mainloop.
-
|
has_key
has_key = types.DictionaryType.has_key
-
- Type:
-
builtin_function_or_method
- Value:
<built-in method has_key of dictionary object at 0x8212594>
|
|
has_key
has_key = types.DictionaryType.has_key
-
- Type:
-
builtin_function_or_method
- Value:
<built-in method has_key of dictionary object at 0x8212564>
|
|