MCPcopy Index your code
hub / github.com/RustPython/RustPython / _testCmsgTruncNoBufSize

Method _testCmsgTruncNoBufSize

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

Source from the content-addressed store, hash-verified

4205
4206 @testCmsgTruncNoBufSize.client_skip
4207 def _testCmsgTruncNoBufSize(self):
4208 self.createAndSendFDs(1)
4209
4210 @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931")
4211 def testCmsgTrunc0(self):

Callers

nothing calls this directly

Calls 1

createAndSendFDsMethod · 0.95

Tested by

no test coverage detected