asyncore.dispatcher.readable()

readable()

Called each time around the asynchronous loop to determine whether a channel’s socket should be added to the list on which read events can occur. The default method simply returns True, indicating that by default, all channels will be interested in read events.

doc_python
2016-10-07 17:27:11
Comments
Leave a Comment

Please login to continue.