MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

512class dispatcher_with_send(dispatcher):
513
514 def __init__(self, sock=None, map=None):
515 dispatcher.__init__(self, sock, map)
516 self.out_buffer = b''
517
518 def initiate_send(self):
519 num_sent = 0

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected