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

Method recv_bytes

Lib/test/_test_multiprocessing.py:5392–5393  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

5390 def test_deliver_challenge_auth_failure(self):
5391 class _FakeConnection(object):
5392 def recv_bytes(self, size):
5393 return b'something bogus'
5394 def send_bytes(self, data):
5395 pass
5396 self.assertRaises(multiprocessing.AuthenticationError,

Callers 7

test_connectionMethod · 0.45
test_spawn_closeMethod · 0.45
test_sendbytesMethod · 0.45
test_stringsMethod · 0.45
test_boundariesMethod · 0.45
test_dont_mergeMethod · 0.45
test_ignoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected