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

Method _testCmsgTrunc0

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

Source from the content-addressed store, hash-verified

4318
4319 @testCmsgTrunc0.client_skip
4320 def _testCmsgTrunc0(self):
4321 self.createAndSendFDs(1)
4322
4323 # Check that no ancillary data is returned for various non-zero
4324 # (but still too small) buffer sizes.

Callers

nothing calls this directly

Calls 1

createAndSendFDsMethod · 0.95

Tested by

no test coverage detected