asyncore.dispatcher - pydoc - phpman

Look up a command

 

Markdown Format | JSON API | MCP Server Tool


Help on class dispatcher in asyncore:

asyncore.dispatcher = class dispatcher(builtins.object)
 |  asyncore.dispatcher(sock=None, map=None)
 |
 |  Methods defined here:
 |
 |  __init__(self, sock=None, map=None)
 |      Initialize self.  See help(type(self)) for accurate signature.
 |
 |  __repr__(self)
 |      Return repr(self).
 |
 |  accept(self)
 |
 |  add_channel(self, map=None)
 |
 |  bind(self, addr)
 |
 |  close(self)
 |
 |  connect(self, address)
 |
 |  create_socket(self, family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>)
 |
 |  del_channel(self, map=None)
 |
 |  handle_accept(self)
 |
 |  handle_accepted(self, sock, addr)
 |
 |  handle_close(self)
 |
 |  handle_connect(self)
 |
 |  handle_connect_event(self)
 |
 |  handle_error(self)
 |
 |  handle_expt(self)
 |
 |  handle_expt_event(self)
 |
 |  handle_read(self)
 |
 |  handle_read_event(self)
 |
 |  handle_write(self)
 |
 |  handle_write_event(self)
 |
 |  listen(self, num)
 |
 |  log(self, message)
 |
 |  log_info(self, message, type='info')
 |
 |  readable(self)
 |
 |  recv(self, buffer_size)
 |
 |  send(self, data)
 |
 |  set_reuse_addr(self)
 |
 |  set_socket(self, sock, map=None)
 |
 |  writable(self)
 |
 |  ----------------------------------------------------------------------
 |  Data descriptors defined here:
 |
 |  __dict__
 |      dictionary for instance variables (if defined)
 |
 |  __weakref__
 |      list of weak references to the object (if defined)
 |
 |  ----------------------------------------------------------------------
 |  Data and other attributes defined here:
 |
 |  accepting = False
 |
 |  addr = None
 |
 |  closing = False
 |
 |  connected = False
 |
 |  connecting = False
 |
 |  debug = False
 |
 |  ignore_log_types = frozenset({'warning'})


Generated by phpMan Author: Che Dong Under GNU General Public License
2026-06-02 08:58 @216.73.216.198 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top