Module t.i.pyuisupport

Part of twisted.internet View Source

This module integrates PyUI with twisted.internet's mainloop.

API Stability: unstable

Maintainer: Jp Calderone

See doc/examples/pyuidemo.py for example usage.
Function _guiUpdate Undocumented
Function install Schedule PyUI's display to be updated approximately every ms
def _guiUpdate(reactor, delay): (source)
Undocumented
def install(ms=10, reactor=None, args=(), kw={}): (source)
Schedule PyUI's display to be updated approximately every ms milliseconds, and initialize PyUI with the specified arguments.
API Documentation for twisted, generated by pydoctor.