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

Method _make_one

tests/test_streams.py:22–23  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

20 self.loop.close()
21
22 def _make_one(self, *args, **kwargs):
23 return streams.StreamReader(loop=self.loop, *args, **kwargs)
24
25 def test_create_waiter(self):
26 stream = self._make_one()

Callers 15

test_create_waiterMethod · 0.95
test_at_eofMethod · 0.95
test_wait_eofMethod · 0.95
test_wait_eof_eofMethod · 0.95
test_feed_empty_dataMethod · 0.95
test_read_zeroMethod · 0.95
test_readMethod · 0.95
test_read_line_breaksMethod · 0.95
test_read_eofMethod · 0.95
test_read_eof_infinitMethod · 0.95
test_read_until_eofMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected