chiark / gitweb /
*.pyx: Add some rather laconic docstrings.
[mLib-python] / sel-base.pyx
index ca1f365a646b974ef35779a67fb1a7ac18c0360c..64e8d08cb32bf52a31693e4fdf44f4d275ef1252 100644 (file)
@@ -26,6 +26,7 @@
 cdef sel_state _sel
 
 def select():
+  """select(): wait for I/O and/or timeouts"""
   if sel_select(&_sel) and errno != EINTR and errno != EAGAIN:
     _oserror()