Lines Matching defs:self
177 def setUp(self): argument
182 def tearDown(self): argument
188 def setUp(self): argument
192 def tearDown(self): argument
198 def setUp(self): argument
209 def __init__(self, *args, **kwargs): argument
213 def addCleanup(self, *args, **kwargs): argument
217 def doCleanups(self, *args, **kwargs): argument
262 def setUp(self): argument
279 def setUp(self): argument
326 def __init__(self): argument
331 def serverExplicitReady(self): argument
338 def _setUp(self): argument
372 def clientRun(self, test_func): argument
394 def clientSetUp(self): argument
397 def clientTearDown(self): argument
403 def __init__(self, methodName='runTest'): argument
407 def clientSetUp(self): argument
410 def clientTearDown(self): argument
417 def __init__(self, methodName='runTest'): argument
421 def clientSetUp(self): argument
424 def clientTearDown(self): argument
433 def __init__(self, methodName='runTest'): argument
437 def clientSetUp(self): argument
440 def clientTearDown(self): argument
447 def __init__(self, methodName='runTest'): argument
451 def clientSetUp(self): argument
460 def clientTearDown(self): argument
467 def __init__(self, methodName='runTest'): argument
471 def clientSetUp(self): argument
482 def clientTearDown(self): argument
494 def __init__(self, methodName='runTest'): argument
498 def setUp(self): argument
507 def clientSetUp(self): argument
514 def testStream(self): argument
518 def _testStream(self): argument
529 def __init__(self, methodName='runTest'): argument
532 def setUp(self): argument
540 def tearDown(self): argument
545 def clientSetUp(self): argument
550 def clientTearDown(self): argument
557 def __init__(self, methodName='runTest'): argument
561 def setUp(self): argument
564 def tearDown(self): argument
568 def clientSetUp(self): argument
571 def clientTearDown(self): argument
592 def setUp(self): argument
596 def bindServer(self): argument
601 def tearDown(self): argument
609 def setUp(self): argument
622 def __init__(self, *args, **kwargs): argument
626 def clientSetUp(self): argument
630 def newClientSocket(self): argument
634 def bindClient(self): argument
639 def clientTearDown(self): argument
654 def setUp(self): argument
662 def tearDown(self): argument
667 def clientSetUp(self): argument
672 def clientTearDown(self): argument
689 def setUp(self): argument
694 def bindSock(self, sock): argument
702 def newSocket(self): argument
711 def setUp(self): argument
715 def bindSock(self, sock): argument
721 def newSocket(self): argument
727 def newSocket(self): argument
733 def newSocket(self): argument
739 def newSocket(self): argument
752 def newSocket(self): argument
758 def newSocket(self): argument
830 def test_SocketType_is_socketobject(self): argument
837 def test_repr(self): argument
852 def test_csocket_repr(self): argument
864 def test_weakref(self): argument
877 def testSocketError(self): argument
887 def testSendtoErrors(self): argument
929 def testCrucialConstants(self): argument
942 def testCrucialIpProtoConstants(self): argument
949 def testWindowsSpecificConstants(self): argument
961 def test3542SocketOptions(self): argument
990 def testHostnameRes(self): argument
1009 def test_host_resolution(self): argument
1018 def test_host_resolution_bad_address(self): argument
1035 def test_sethostname(self): argument
1055 def testInterfaceNameIndex(self): argument
1071 def testInvalidInterfaceIndexToName(self): argument
1077 def testInvalidInterfaceNameToIndex(self): argument
1083 def testRefCountGetNameInfo(self): argument
1093 def testInterpreterCrash(self): argument
1101 def testNtoH(self): argument
1116 def testNtoHErrors(self): argument
1139 def testGetServBy(self): argument
1183 def testDefaultTimeout(self): argument
1210 def testIPv4_inet_aton_fourbytes(self): argument
1218 def testIPv4toString(self): argument
1251 def testIPv6toString(self): argument
1315 def testStringToIPv4(self): argument
1341 def testStringToIPv6(self): argument
1375 def testSockName(self): argument
1393 def testGetSockOpt(self): argument
1401 def testSetSockOpt(self): argument
1409 def testSendAfterClose(self): argument
1415 def testCloseException(self): argument
1427 def testNewAttributes(self): argument
1440 def test_getsockaddrarg(self): argument
1461 def test_sock_ioctl(self): argument
1475 def test_sio_loopback_fast_path(self): argument
1488 def testGetaddrinfo(self): argument
1566 def test_getnameinfo(self): argument
1572 def test_idna(self): argument
1587 def check_sendall_interrupted(self, with_timeout): argument
1618 def test_sendall_interrupted(self): argument
1621 def test_sendall_interrupted_with_timeout(self): argument
1624 def test_dealloc_warn(self): argument
1641 def test_name_closed_socketio(self): argument
1647 def test_unusable_closed_socketio(self): argument
1658 def test_socket_close(self): argument
1674 def test_makefile_mode(self): argument
1682 def test_makefile_invalid_mode(self): argument
1689 def test_pickle(self): argument
1700 def test_listen_backlog(self): argument
1711 def test_listen_backlog_overflow(self): argument
1719 def test_flowinfo(self): argument
1726 def test_getaddrinfo_ipv6_basic(self): argument
1739 def test_getaddrinfo_ipv6_scopeid_symbolic(self): argument
1755 def test_getaddrinfo_ipv6_scopeid_numeric(self): argument
1772 def test_getnameinfo_ipv6_scopeid_symbolic(self): argument
1782 def test_getnameinfo_ipv6_scopeid_numeric(self): argument
1790 def test_str_for_enums(self): argument
1797 def test_socket_consistent_sock_type(self): argument
1813 def test_unknown_socket_family_repr(self): argument
1839 def test__sendfile_use_sendfile(self): argument
1841 def __init__(self, fd): argument
1844 def fileno(self): argument
1856 def _test_socket_fileno(self, s, family, stype): argument
1869 def test_socket_fileno(self): argument
1900 def test_socket_fileno_rejects_float(self): argument
1904 def test_socket_fileno_rejects_other_types(self): argument
1908 def test_socket_fileno_rejects_invalid_socket(self): argument
1913 def test_socket_fileno_rejects_negative(self): argument
1917 def test_socket_fileno_requires_valid_fd(self): argument
1930 def test_socket_fileno_requires_socket_fd(self): argument
1946 def testCrucialConstants(self): argument
1953 def testBCMConstants(self): argument
1983 def testCreateSocket(self): argument
1989 def testCreateBCMSocket(self): argument
1993 def testBindAny(self): argument
1999 def testTooLongInterfaceName(self): argument
2007 def testLoopback(self): argument
2017 def testFilter(self): argument
2030 def __init__(self, methodName='runTest'): argument
2046 def testSendFrame(self): argument
2051 def _testSendFrame(self): argument
2055 def testSendMaxFrame(self): argument
2059 def _testSendMaxFrame(self): argument
2063 def testSendMultiFrames(self): argument
2070 def _testSendMultiFrames(self): argument
2079 def _testBCM(self): argument
2088 def testBCM(self): argument
2121 def __init__(self, *args, **kwargs): argument
2125 def testCrucialConstants(self): argument
2131 def testCreateSocket(self): argument
2137 def testCreateISOTPSocket(self): argument
2141 def testTooLongInterfaceName(self): argument
2147 def testBind(self): argument
2164 def __init__(self, *args, **kwargs): argument
2170 def testJ1939Constants(self): argument
2205 def testCreateJ1939Socket(self): argument
2209 def testBind(self): argument
2226 def testCrucialConstants(self): argument
2230 def testCreateSocket(self): argument
2234 def testSocketBufferSize(self): argument
2244 def __init__(self, methodName='runTest'): argument
2247 def setUp(self): argument
2251 def testSendAndRecv(self): argument
2256 def _testSendAndRecv(self): argument
2260 def testPeek(self): argument
2266 def _testPeek(self): argument
2271 def testSendAndRecvMsg(self): argument
2276 def _testSendAndRecvMsg(self): argument
2280 def testSendAndRecvMulti(self): argument
2287 def _testSendAndRecvMulti(self): argument
2294 def testSelect(self): argument
2300 def _testSelect(self): argument
2308 def testCrucialConstants(self): argument
2311 def testCreateSocket(self): argument
2315 def testUnbound(self): argument
2319 def testBindSock(self): argument
2324 def testInvalidBindSock(self): argument
2328 def testAutoBindSock(self): argument
2338 def testCrucialConstants(self): argument
2341 def testVSOCKConstants(self): argument
2351 def testCreateSocket(self): argument
2355 def testSocketBufferSize(self): argument
2386 def testBluetoothConstants(self): argument
2400 def testCreateRfcommSocket(self): argument
2405 def testCreateL2capSocket(self): argument
2410 def testCreateHciSocket(self): argument
2416 def testCreateScoSocket(self): argument
2423 def __init__(self, methodName='runTest'): argument
2426 def testRecv(self): argument
2431 def _testRecv(self): argument
2434 def testOverFlowRecv(self): argument
2441 def _testOverFlowRecv(self): argument
2444 def testRecvFrom(self): argument
2449 def _testRecvFrom(self): argument
2452 def testOverFlowRecvFrom(self): argument
2459 def _testOverFlowRecvFrom(self): argument
2462 def testSendAll(self): argument
2472 def _testSendAll(self): argument
2476 def testFromFd(self): argument
2485 def _testFromFd(self): argument
2488 def testDup(self): argument
2495 def _testDup(self): argument
2498 def testShutdown(self): argument
2507 def _testShutdown(self): argument
2514 def _testShutdown_overflow(self): argument
2524 def testDetach(self): argument
2540 def _testDetach(self): argument
2546 def __init__(self, methodName='runTest'): argument
2549 def testSendtoAndRecv(self): argument
2554 def _testSendtoAndRecv(self): argument
2557 def testRecvFrom(self): argument
2562 def _testRecvFrom(self): argument
2565 def testRecvFromNegative(self): argument
2569 def _testRecvFromNegative(self): argument
2577 def __init__(self, methodName='runTest'): argument
2580 def testSendtoAndRecv(self): argument
2585 def _testSendtoAndRecv(self): argument
2588 def testRecvFrom(self): argument
2593 def _testRecvFrom(self): argument
2596 def testRecvFromNegative(self): argument
2600 def _testRecvFromNegative(self): argument
2637 def setUp(self): argument
2641 def sendToServer(self, msg): argument
2649 def sendmsgToServer(self, *args): argument
2657 def doRecvmsg(self, sock, bufsize, *args): argument
2667 def registerRecvmsgResult(self, result): argument
2673 def checkRecvmsgAddress(self, addr1, addr2): argument
2694 def checkFlags(self, flags, eor=None, checkset=0, checkunset=0, ignore=0): argument
2752 def doRecvmsg(self, sock, bufsize, *args): argument
2765 def msg_flags_non_eor_indicator(self): argument
2773 def msg_flags_eor_indicator(self): argument
2783 def serv_sock(self): argument
2787 def cli_sock(self): argument
2791 def sendmsg_to_server_defaults(self): argument
2794 def sendToServer(self, msg): argument
2805 def serv_sock(self): argument
2809 def cli_sock(self): argument
2812 def checkRecvmsgAddress(self, addr1, addr2): argument
2821 def setUp(self): argument
2830 def testSendmsg(self): argument
2834 def _testSendmsg(self): argument
2837 def testSendmsgDataGenerator(self): argument
2841 def _testSendmsgDataGenerator(self): argument
2845 def testSendmsgAncillaryGenerator(self): argument
2849 def _testSendmsgAncillaryGenerator(self): argument
2853 def testSendmsgArray(self): argument
2857 def _testSendmsgArray(self): argument
2861 def testSendmsgGather(self): argument
2865 def _testSendmsgGather(self): argument
2868 def testSendmsgBadArgs(self): argument
2872 def _testSendmsgBadArgs(self): argument
2890 def testSendmsgBadCmsg(self): argument
2894 def _testSendmsgBadCmsg(self): argument
2910 def testSendmsgBadMultiCmsg(self): argument
2916 def _testSendmsgBadMultiCmsg(self): argument
2923 def testSendmsgExcessCmsgReject(self): argument
2928 def _testSendmsgExcessCmsgReject(self): argument
2936 def testSendmsgAfterClose(self): argument
2940 def _testSendmsgAfterClose(self): argument
2949 def testSendmsgExplicitNoneAddr(self): argument
2953 def _testSendmsgExplicitNoneAddr(self): argument
2956 def testSendmsgTimeout(self): argument
2961 def _testSendmsgTimeout(self): argument
2987 def testSendmsgDontWait(self): argument
2993 def _testSendmsgDontWait(self): argument
3011 def testSendmsgNoDestAddr(self): argument
3016 def _testSendmsgNoDestAddr(self): argument
3027 def testRecvmsg(self): argument
3035 def _testRecvmsg(self): argument
3038 def testRecvmsgExplicitDefaults(self): argument
3047 def _testRecvmsgExplicitDefaults(self): argument
3050 def testRecvmsgShorter(self): argument
3059 def _testRecvmsgShorter(self): argument
3062 def testRecvmsgTrunc(self): argument
3071 def _testRecvmsgTrunc(self): argument
3074 def testRecvmsgShortAncillaryBuf(self): argument
3083 def _testRecvmsgShortAncillaryBuf(self): argument
3086 def testRecvmsgLongAncillaryBuf(self): argument
3095 def _testRecvmsgLongAncillaryBuf(self): argument
3098 def testRecvmsgAfterClose(self): argument
3103 def _testRecvmsgAfterClose(self): argument
3106 def testRecvmsgTimeout(self): argument
3115 def _testRecvmsgTimeout(self): argument
3119 def testRecvmsgPeek(self): argument
3154 def _testRecvmsgPeek(self): argument
3158 def testRecvmsgFromSendmsg(self): argument
3169 def _testRecvmsgFromSendmsg(self): argument
3177 def testRecvmsgEOF(self): argument
3185 def _testRecvmsgEOF(self): argument
3188 def testRecvmsgOverflow(self): argument
3204 def _testRecvmsgOverflow(self): argument
3211 def testRecvmsgBadArgs(self): argument
3233 def _testRecvmsgBadArgs(self): argument
3240 def testRecvmsgIntoBadArgs(self): argument
3268 def _testRecvmsgIntoBadArgs(self): argument
3271 def testRecvmsgIntoGenerator(self): argument
3282 def _testRecvmsgIntoGenerator(self): argument
3285 def testRecvmsgIntoArray(self): argument
3295 def _testRecvmsgIntoArray(self): argument
3298 def testRecvmsgIntoScatter(self): argument
3313 def _testRecvmsgIntoScatter(self): argument
3331 def testCMSG_LEN(self): argument
3352 def testCMSG_SPACE(self): argument
3384 def newFDs(self, n): argument
3396 def checkFDs(self, fds): argument
3403 def registerRecvmsgResult(self, result): argument
3406 def closeRecvmsgFDs(self, recvmsg_result): argument
3418 def createAndSendFDs(self, n): argument
3428 def checkRecvmsgFDs(self, numfds, result, maxcmsgs=1, ignoreflags=0): argument
3455 def testFDPassSimple(self): argument
3460 def _testFDPassSimple(self): argument
3469 def testMultipleFDPass(self): argument
3474 def _testMultipleFDPass(self): argument
3478 def testFDPassCMSG_SPACE(self): argument
3485 def _testFDPassCMSG_SPACE(self): argument
3488 def testFDPassCMSG_LEN(self): argument
3498 def _testFDPassCMSG_LEN(self): argument
3504 def testFDPassSeparate(self): argument
3514 def _testFDPassSeparate(self): argument
3528 def testFDPassSeparateMinSpace(self): argument
3541 def _testFDPassSeparateMinSpace(self): argument
3552 def sendAncillaryIfPossible(self, msg, ancdata): argument
3564 def testFDPassEmpty(self): argument
3571 def _testFDPassEmpty(self): argument
3576 def testFDPassPartialInt(self): argument
3589 def _testFDPassPartialInt(self): argument
3597 def testFDPassPartialIntInMiddle(self): argument
3616 def _testFDPassPartialIntInMiddle(self): argument
3627 def checkTruncatedHeader(self, result, ignoreflags=0): argument
3637 def testCmsgTruncNoBufSize(self): argument
3646 def _testCmsgTruncNoBufSize(self): argument
3649 def testCmsgTrunc0(self): argument
3654 def _testCmsgTrunc0(self): argument
3660 def testCmsgTrunc1(self): argument
3663 def _testCmsgTrunc1(self): argument
3666 def testCmsgTrunc2Int(self): argument
3673 def _testCmsgTrunc2Int(self): argument
3676 def testCmsgTruncLen0Minus1(self): argument
3680 def _testCmsgTruncLen0Minus1(self): argument
3686 def checkTruncatedArray(self, ancbuf, maxdata, mindata=0): argument
3710 def testCmsgTruncLen0(self): argument
3713 def _testCmsgTruncLen0(self): argument
3716 def testCmsgTruncLen0Plus1(self): argument
3719 def _testCmsgTruncLen0Plus1(self): argument
3722 def testCmsgTruncLen1(self): argument
3726 def _testCmsgTruncLen1(self): argument
3729 def testCmsgTruncLen2Minus1(self): argument
3733 def _testCmsgTruncLen2Minus1(self): argument
3754 def ancillaryMapping(self, ancdata): argument
3764 def checkHopLimit(self, ancbufsize, maxhop=255, ignoreflags=0): argument
3793 def testRecvHopLimit(self): argument
3798 def _testRecvHopLimit(self): argument
3806 def testRecvHopLimitCMSG_SPACE(self): argument
3811 def _testRecvHopLimitCMSG_SPACE(self): argument
3822 def testSetHopLimit(self): argument
3828 def _testSetHopLimit(self): argument
3836 def checkTrafficClassAndHopLimit(self, ancbufsize, maxhop=255, argument
3874 def testRecvTrafficClassAndHopLimit(self): argument
3879 def _testRecvTrafficClassAndHopLimit(self): argument
3885 def testRecvTrafficClassAndHopLimitCMSG_SPACE(self): argument
3892 def _testRecvTrafficClassAndHopLimitCMSG_SPACE(self): argument
3899 def testSetTrafficClassAndHopLimit(self): argument
3906 def _testSetTrafficClassAndHopLimit(self): argument
3919 def testOddCmsgSize(self): argument
3927 def _testOddCmsgSize(self): argument
3948 def checkHopLimitTruncatedHeader(self, ancbufsize, ignoreflags=0): argument
3969 def testCmsgTruncNoBufSize(self): argument
3980 def _testCmsgTruncNoBufSize(self): argument
3985 def testSingleCmsgTrunc0(self): argument
3992 def _testSingleCmsgTrunc0(self): argument
4000 def testSingleCmsgTrunc1(self): argument
4004 def _testSingleCmsgTrunc1(self): argument
4009 def testSingleCmsgTrunc2Int(self): argument
4013 def _testSingleCmsgTrunc2Int(self): argument
4018 def testSingleCmsgTruncLen0Minus1(self): argument
4022 def _testSingleCmsgTruncLen0Minus1(self): argument
4027 def testSingleCmsgTruncInData(self): argument
4049 def _testSingleCmsgTruncInData(self): argument
4053 def checkTruncatedSecondHeader(self, ancbufsize, ignoreflags=0): argument
4087 def testSecondCmsgTrunc0(self): argument
4092 def _testSecondCmsgTrunc0(self): argument
4098 def testSecondCmsgTrunc1(self): argument
4102 def _testSecondCmsgTrunc1(self): argument
4108 def testSecondCmsgTrunc2Int(self): argument
4113 def _testSecondCmsgTrunc2Int(self): argument
4119 def testSecondCmsgTruncLen0Minus1(self): argument
4124 def _testSecondCmsgTruncLen0Minus1(self): argument
4130 def testSecondCmsgTruncInData(self): argument
4166 def _testSecondCmsgTruncInData(self): argument
4195 def checkRecvmsgAddress(self, addr1, addr2): argument
4268 def checkRecvmsgAddress(self, addr1, addr2): argument
4355 def testRecvmsgEOF(self): argument
4369 def testRecvmsgEOF(self): argument
4421 def setUp(self): argument
4436 def setAlarm(self, seconds): argument
4442 def setAlarm(self, seconds): argument
4455 def setUp(self): argument
4459 def checkInterruptedRecv(self, func, *args, **kwargs): argument
4469 def testInterruptedRecvTimeout(self): argument
4472 def testInterruptedRecvIntoTimeout(self): argument
4475 def testInterruptedRecvfromTimeout(self): argument
4478 def testInterruptedRecvfromIntoTimeout(self): argument
4482 def testInterruptedRecvmsgTimeout(self): argument
4486 def testInterruptedRecvmsgIntoTimeout(self): argument
4501 def setUp(self): argument
4515 def doConnect(self): argument
4518 def checkInterruptedSend(self, func, *args, **kwargs): argument
4532 def testInterruptedSendTimeout(self): argument
4536 def testInterruptedSendtoTimeout(self): argument
4546 def testInterruptedSendmsgTimeout(self): argument
4552 def testClose(self): argument
4565 def _testClose(self): argument
4572 def __init__(self, methodName='runTest'): argument
4575 def _check_defaults(self, sock): argument
4584 def _testDefaults(self): argument
4587 def testDefaults(self): argument
4590 def testRecv(self): argument
4594 def _testRecv(self): argument
4597 def testSend(self): argument
4600 def _testSend(self): argument
4607 def __init__(self, methodName='runTest'): argument
4611 def assert_sock_timeout(self, sock, timeout): argument
4628 def testSetBlocking(self): argument
4648 def _testSetBlocking(self): argument
4652 def testSetBlocking_overflow(self): argument
4669 def testInitNonBlocking(self): argument
4676 def _testInitNonBlocking(self): argument
4679 def testInheritFlagsBlocking(self): argument
4688 def _testInheritFlagsBlocking(self): argument
4691 def testInheritFlagsTimeout(self): argument
4702 def _testInheritFlagsTimeout(self): argument
4705 def testAccept(self): argument
4727 def _testAccept(self): argument
4734 def testRecv(self): argument
4754 def _testRecv(self): argument
4787 def __init__(self, methodName='runTest'): argument
4790 def setUp(self): argument
4800 def tearDown(self): argument
4807 def clientSetUp(self): argument
4815 def clientTearDown(self): argument
4822 def testReadAfterTimeout(self): argument
4834 def _testReadAfterTimeout(self): argument
4839 def testSmallRead(self): argument
4846 def _testSmallRead(self): argument
4850 def testFullRead(self): argument
4855 def _testFullRead(self): argument
4859 def testUnbufferedRead(self): argument
4869 def _testUnbufferedRead(self): argument
4873 def testReadline(self): argument
4878 def _testReadline(self): argument
4882 def testCloseAfterMakefile(self): argument
4889 def _testCloseAfterMakefile(self): argument
4893 def testMakefileAfterMakefileClose(self): argument
4900 def _testMakefileAfterMakefileClose(self): argument
4904 def testClosedAttr(self): argument
4907 def _testClosedAttr(self): argument
4910 def testAttributes(self): argument
4914 def _testAttributes(self): argument
4918 def testRealClose(self): argument
4924 def _testRealClose(self): argument
4940 def testUnbufferedReadline(self): argument
4948 def _testUnbufferedReadline(self): argument
4953 def testMakefileClose(self): argument
4962 def _testMakefileClose(self): argument
4966 def testMakefileCloseSocketDestroy(self): argument
4972 def _testMakefileCloseSocketDestroy(self): argument
4979 def testSmallReadNonBlocking(self): argument
4998 def _testSmallReadNonBlocking(self): argument
5007 def testWriteNonBlocking(self): argument
5014 def _testWriteNonBlocking(self): argument
5079 def clientSetUp(self): argument
5092 def connect(self, *args): argument
5096 def mocked_socket_module(self): argument
5105 def test_connect(self): argument
5113 def test_create_connection(self): argument
5137 def test_create_connection_timeout(self): argument
5154 def __init__(self, methodName='runTest'): argument
5158 def clientSetUp(self): argument
5161 def clientTearDown(self): argument
5166 def _justAccept(self): argument
5171 def _testFamily(self): argument
5178 def _testSourceAddress(self): argument
5188 def _testTimeoutDefault(self): argument
5200 def _testTimeoutNone(self): argument
5212 def _testTimeoutValueNamed(self): argument
5217 def _testTimeoutValueNonamed(self): argument
5225 def __init__(self, methodName='runTest'): argument
5229 def clientSetUp(self): argument
5232 def clientTearDown(self): argument
5237 def testInsideTimeout(self): argument
5244 def _testInsideTimeout(self): argument
5249 def _testOutsideTimeout(self): argument
5256 def testTCPTimeout(self): argument
5263 def testTimeoutZero(self): argument
5279 def testInterruptedTimeout(self): argument
5313 def testUDPTimeout(self): argument
5320 def testTimeoutZero(self): argument
5338 def testUDPLITETimeout(self): argument
5345 def testTimeoutZero(self): argument
5361 def testExceptionTree(self): argument
5369 def test_setblocking_invalidfd(self): argument
5387 def testLinuxAbstractNamespace(self): argument
5398 def testMaxName(self): argument
5404 def testNameOverflow(self): argument
5409 def testStrName(self): argument
5418 def testBytearrayName(self): argument
5427 def setUp(self): argument
5430 def tearDown(self): argument
5433 def encoded(self, path): argument
5444 def bind(self, sock, path): argument
5456 def testUnbound(self): argument
5460 def testStrAddr(self): argument
5467 def testBytesAddr(self): argument
5474 def testSurrogateescapeBind(self): argument
5483 def testUnencodableAddr(self): argument
5498 def __init__(self, methodName='runTest'): argument
5501 def testRecvIntoArray(self): argument
5509 def _testRecvIntoArray(self): argument
5513 def testRecvIntoBytearray(self): argument
5522 def testRecvIntoMemoryview(self): argument
5531 def testRecvFromIntoArray(self): argument
5539 def _testRecvFromIntoArray(self): argument
5543 def testRecvFromIntoBytearray(self): argument
5552 def testRecvFromIntoMemoryview(self): argument
5561 def testRecvFromIntoSmallBuffer(self): argument
5566 def _testRecvFromIntoSmallBuffer(self): argument
5569 def testRecvFromIntoEmptyBuffer(self): argument
5604 def testRDM(self): argument
5628 def __init__(self, methodName = 'runTest'): argument
5632 def setUp(self): argument
5644 def clientSetUp(self): argument
5656 def testStream(self): argument
5661 def _testStream(self): argument
5668 def _testSocketClass(self): argument
5682 def testCreateConnectionBase(self): argument
5688 def _testCreateConnectionBase(self): argument
5696 def testCreateConnectionClose(self): argument
5702 def _testCreateConnectionClose(self): argument
5714 def test_SOCK_CLOEXEC(self): argument
5720 def test_default_inheritable(self): argument
5725 def test_dup(self): argument
5733 def test_set_inheritable(self): argument
5743 def test_get_inheritable_cloexec(self): argument
5757 def test_set_inheritable_cloexec(self): argument
5769 def test_socketpair(self): argument
5780 def checkNonblock(self, s, nonblock=True, timeout=0.0): argument
5806 def test_SOCK_NONBLOCK(self): argument
5858 def testShare(self): argument
5893 def testShareLength(self): argument
5898 def compareSockets(self, org, other): argument
5914 def testShareLocal(self): argument
5922 def testTypes(self): argument
5975 def accept_conn(self): argument
5982 def recv_data(self, conn): argument
5991 def meth_from_sock(self, sock): argument
5998 def _testRegularFile(self): argument
6007 def testRegularFile(self): argument
6015 def _testNonRegularFile(self): argument
6025 def testNonRegularFile(self): argument
6033 def _testEmptyFileSend(self): argument
6045 def testEmptyFileSend(self): argument
6052 def _testOffset(self): argument
6061 def testOffset(self): argument
6069 def _testCount(self): argument
6081 def testCount(self): argument
6090 def _testCountSmall(self): argument
6102 def testCountSmall(self): argument
6111 def _testCountWithOffset(self): argument
6121 def testCountWithOffset(self): argument
6130 def _testNonBlocking(self): argument
6139 def testNonBlocking(self): argument
6146 def _testWithTimeout(self): argument
6156 def testWithTimeout(self): argument
6164 def _testWithTimeoutTriggeredSend(self): argument
6172 def testWithTimeoutTriggeredSend(self): argument
6179 def _test_errors(self): argument
6182 def test_errors(self): argument
6212 def meth_from_sock(self, sock): argument
6219 def create_alg(self, typ, name): argument
6233 def test_sha256(self): argument
6250 def test_hmac_sha1(self): argument
6262 def test_aes_cbc(self): argument
6303 def test_aead_aes_gcm(self): argument
6366 def test_drbg_pr_sha256(self): argument
6376 def test_sendmsg_afalg_args(self): argument
6394 def test_length_restriction(self): argument
6414 def test_tcp_keepalive(self): argument
6433 def test_new_tcp_flags(self): argument
6443 def test_address(self): argument
6454 def test_family_and_type(self): argument
6463 def test_reuse_port(self): argument
6479 def test_ipv6_only_default(self): argument
6486 def test_dualstack_ipv6_family(self): argument
6495 def echo_server(self, sock): argument
6513 def echo_client(self, addr, family): argument
6520 def test_tcp4(self): argument
6527 def test_tcp6(self): argument
6539 def test_dual_stack_client_v4(self): argument
6549 def test_dual_stack_client_v6(self): argument
6560 def testSendAndRecvFds(self): argument