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

Method testSendMaxFrame

Lib/test/test_socket.py:2365–2367  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2363 self.cli.send(self.cf)
2364
2365 def testSendMaxFrame(self):
2366 cf, addr = self.s.recvfrom(self.bufsize)
2367 self.assertEqual(self.cf, cf)
2368
2369 def _testSendMaxFrame(self):
2370 self.cf = self.build_can_frame(0x00, b'\x07' * 8)

Callers

nothing calls this directly

Calls 2

recvfromMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected