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

Method _testCmsgTruncNoBufSize

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

Source from the content-addressed store, hash-verified

4308
4309 @testCmsgTruncNoBufSize.client_skip
4310 def _testCmsgTruncNoBufSize(self):
4311 self.createAndSendFDs(1)
4312
4313 @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931")
4314 def testCmsgTrunc0(self):

Callers

nothing calls this directly

Calls 1

createAndSendFDsMethod · 0.95

Tested by

no test coverage detected