MCPcopy Create free account
hub / github.com/dabeaz-course/python-mastery / __init__

Method __init__

Solutions/8_6/asyncserver.py:33–34  ·  view source on GitHub ↗
(self, sock)

Source from the content-addressed store, hash-verified

31
32class GenSocket:
33 def __init__(self, sock):
34 self.sock = sock
35
36 @coroutine
37 def accept(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected