MCPcopy Index your code
hub / github.com/python-websockets/websockets / setUp

Method setUp

tests/test_http11.py:395–397  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

393
394class HeadersTests(GeneratorTestCase):
395 def setUp(self):
396 super().setUp()
397 self.reader = StreamReader()
398
399 def parse_headers(self):
400 return parse_headers(self.reader.read_line)

Callers

nothing calls this directly

Calls 2

StreamReaderClass · 0.90
setUpMethod · 0.45

Tested by

no test coverage detected