Home | Trees | Index | Help |
---|
Package i2p :: Module select |
|
Classes | |
---|---|
Poll |
Class implementing poll interface. |
Function Summary | |
---|---|
Returns a polling object. | |
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. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 | http://epydoc.sf.net |