MCPcopy
hub / github.com/aio-libs/aiohttp / __init__

Method __init__

examples/wssrv.py:187–192  ·  view source on GitHub ↗
(self, sv, loop, args, sock)

Source from the content-addressed store, hash-verified

185 _started = False
186
187 def __init__(self, sv, loop, args, sock):
188 self.sv = sv
189 self.loop = loop
190 self.args = args
191 self.sock = sock
192 self.start()
193
194 def start(self):
195 assert not self._started

Callers 1

__init__Method · 0.45

Calls 1

startMethod · 0.95

Tested by

no test coverage detected