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

Method send_bytes

Lib/test/_test_multiprocessing.py:5394–5395  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

5392 def recv_bytes(self, size):
5393 return b'something bogus'
5394 def send_bytes(self, data):
5395 pass
5396 self.assertRaises(multiprocessing.AuthenticationError,
5397 multiprocessing.connection.deliver_challenge,
5398 _FakeConnection(), b'abc')

Callers 10

_echoMethod · 0.45
test_connectionMethod · 0.45
test_spawn_closeMethod · 0.45
test_sendbytesMethod · 0.45
test_issue16955Method · 0.45
test_empty_stringMethod · 0.45
_child_stringsMethod · 0.45
test_boundariesMethod · 0.45
_child_dont_mergeMethod · 0.45
_test_ignoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected