asyncore.dispatcher.handle_accept()

handle_accept()

Called on listening channels (passive openers) when a connection can be established with a new remote endpoint that has issued a connect() call for the local endpoint. Deprecated in version 3.2; use handle_accepted() instead.

Deprecated since version 3.2.

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

Please login to continue.