MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

Lib/test/support/asyncore.py:524–526  ·  view source on GitHub ↗
(self, sock=None, map=None)

Source from the content-addressed store, hash-verified

522class dispatcher_with_send(dispatcher):
523
524 def __init__(self, sock=None, map=None):
525 dispatcher.__init__(self, sock, map)
526 self.out_buffer = b''
527
528 def initiate_send(self):
529 num_sent = 0

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected