Package i2p :: Module select
[show private | hide private]
[frames | no frames]

Module i2p.select

I2P Python API - Emulation of Python select module.
Classes
Poll Class implementing poll interface.

Function Summary
  poll()
Returns a polling object.
  select(readlist, writelist, errlist, timeout)
Performs a select call.

Function Details

poll()

Returns a polling object. Works on SAM sockets and Python sockets. See select.poll() in the Python library for more information.

select(readlist, writelist, errlist, timeout=None)

Performs a select call. Works on SAM sockets and Python sockets. See select.select() in the Python library for more information.

Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 http://epydoc.sf.net