• Home
  • Raw
  • Download

Lines Matching defs:self

179     def setUp(self):  argument
184 def tearDown(self): argument
190 def setUp(self): argument
194 def tearDown(self): argument
200 def setUp(self): argument
211 def __init__(self, *args, **kwargs): argument
215 def addCleanup(self, *args, **kwargs): argument
219 def doCleanups(self, *args, **kwargs): argument
264 def setUp(self): argument
281 def setUp(self): argument
328 def __init__(self): argument
333 def serverExplicitReady(self): argument
340 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
960 def test_socket_methods(self): argument
974 def test3542SocketOptions(self): argument
1003 def testHostnameRes(self): argument
1022 def test_host_resolution(self): argument
1031 def test_host_resolution_bad_address(self): argument
1050 def test_sethostname(self): argument
1070 def testInterfaceNameIndex(self): argument
1086 def testInvalidInterfaceIndexToName(self): argument
1092 def testInvalidInterfaceNameToIndex(self): argument
1098 def testRefCountGetNameInfo(self): argument
1108 def testInterpreterCrash(self): argument
1116 def testNtoH(self): argument
1131 def testNtoHErrors(self): argument
1154 def testGetServBy(self): argument
1198 def testDefaultTimeout(self): argument
1225 def testIPv4_inet_aton_fourbytes(self): argument
1233 def testIPv4toString(self): argument
1266 def testIPv6toString(self): argument
1330 def testStringToIPv4(self): argument
1356 def testStringToIPv6(self): argument
1390 def testSockName(self): argument
1419 def testGetSockOpt(self): argument
1427 def testSetSockOpt(self): argument
1435 def testSendAfterClose(self): argument
1441 def testCloseException(self): argument
1453 def testNewAttributes(self): argument
1466 def test_getsockaddrarg(self): argument
1487 def test_sock_ioctl(self): argument
1501 def test_sio_loopback_fast_path(self): argument
1514 def testGetaddrinfo(self): argument
1594 def test_getnameinfo(self): argument
1600 def test_idna(self): argument
1615 def check_sendall_interrupted(self, with_timeout): argument
1646 def test_sendall_interrupted(self): argument
1649 def test_sendall_interrupted_with_timeout(self): argument
1652 def test_dealloc_warn(self): argument
1669 def test_name_closed_socketio(self): argument
1675 def test_unusable_closed_socketio(self): argument
1686 def test_socket_close(self): argument
1702 def test_makefile_mode(self): argument
1710 def test_makefile_invalid_mode(self): argument
1717 def test_pickle(self): argument
1728 def test_listen_backlog(self): argument
1739 def test_listen_backlog_overflow(self): argument
1747 def test_flowinfo(self): argument
1754 def test_getaddrinfo_ipv6_basic(self): argument
1763 def test_getfqdn_filter_localhost(self): argument
1771 def test_getaddrinfo_ipv6_scopeid_symbolic(self): argument
1787 def test_getaddrinfo_ipv6_scopeid_numeric(self): argument
1804 def test_getnameinfo_ipv6_scopeid_symbolic(self): argument
1814 def test_getnameinfo_ipv6_scopeid_numeric(self): argument
1822 def test_str_for_enums(self): argument
1831 def test_socket_consistent_sock_type(self): argument
1847 def test_unknown_socket_family_repr(self): argument
1873 def test__sendfile_use_sendfile(self): argument
1875 def __init__(self, fd): argument
1878 def fileno(self): argument
1890 def _test_socket_fileno(self, s, family, stype): argument
1903 def test_socket_fileno(self): argument
1934 def test_socket_fileno_rejects_float(self): argument
1938 def test_socket_fileno_rejects_other_types(self): argument
1942 def test_socket_fileno_rejects_invalid_socket(self): argument
1947 def test_socket_fileno_rejects_negative(self): argument
1951 def test_socket_fileno_requires_valid_fd(self): argument
1964 def test_socket_fileno_requires_socket_fd(self): argument
1976 def test_addressfamily_enum(self): argument
1985 def test_socketkind_enum(self): argument
1994 def test_msgflag_enum(self): argument
2003 def test_addressinfo_enum(self): argument
2015 def testCrucialConstants(self): argument
2022 def testBCMConstants(self): argument
2052 def testCreateSocket(self): argument
2058 def testCreateBCMSocket(self): argument
2062 def testBindAny(self): argument
2068 def testTooLongInterfaceName(self): argument
2076 def testLoopback(self): argument
2086 def testFilter(self): argument
2099 def __init__(self, methodName='runTest'): argument
2115 def testSendFrame(self): argument
2120 def _testSendFrame(self): argument
2124 def testSendMaxFrame(self): argument
2128 def _testSendMaxFrame(self): argument
2132 def testSendMultiFrames(self): argument
2139 def _testSendMultiFrames(self): argument
2148 def _testBCM(self): argument
2157 def testBCM(self): argument
2190 def __init__(self, *args, **kwargs): argument
2194 def testCrucialConstants(self): argument
2200 def testCreateSocket(self): argument
2206 def testCreateISOTPSocket(self): argument
2210 def testTooLongInterfaceName(self): argument
2216 def testBind(self): argument
2233 def __init__(self, *args, **kwargs): argument
2239 def testJ1939Constants(self): argument
2274 def testCreateJ1939Socket(self): argument
2278 def testBind(self): argument
2295 def testCrucialConstants(self): argument
2299 def testCreateSocket(self): argument
2303 def testSocketBufferSize(self): argument
2313 def __init__(self, methodName='runTest'): argument
2316 def setUp(self): argument
2320 def testSendAndRecv(self): argument
2325 def _testSendAndRecv(self): argument
2329 def testPeek(self): argument
2335 def _testPeek(self): argument
2340 def testSendAndRecvMsg(self): argument
2345 def _testSendAndRecvMsg(self): argument
2349 def testSendAndRecvMulti(self): argument
2356 def _testSendAndRecvMulti(self): argument
2363 def testSelect(self): argument
2369 def _testSelect(self): argument
2377 def testCrucialConstants(self): argument
2380 def testCreateSocket(self): argument
2384 def testUnbound(self): argument
2388 def testBindSock(self): argument
2393 def testInvalidBindSock(self): argument
2397 def testAutoBindSock(self): argument
2407 def testCrucialConstants(self): argument
2410 def testVSOCKConstants(self): argument
2420 def testCreateSocket(self): argument
2424 def testSocketBufferSize(self): argument
2455 def testBluetoothConstants(self): argument
2469 def testCreateRfcommSocket(self): argument
2474 def testCreateL2capSocket(self): argument
2479 def testCreateHciSocket(self): argument
2485 def testCreateScoSocket(self): argument
2492 def __init__(self, methodName='runTest'): argument
2495 def testRecv(self): argument
2500 def _testRecv(self): argument
2503 def testOverFlowRecv(self): argument
2510 def _testOverFlowRecv(self): argument
2513 def testRecvFrom(self): argument
2518 def _testRecvFrom(self): argument
2521 def testOverFlowRecvFrom(self): argument
2528 def _testOverFlowRecvFrom(self): argument
2531 def testSendAll(self): argument
2541 def _testSendAll(self): argument
2545 def testFromFd(self): argument
2554 def _testFromFd(self): argument
2557 def testDup(self): argument
2564 def _testDup(self): argument
2567 def testShutdown(self): argument
2576 def _testShutdown(self): argument
2583 def _testShutdown_overflow(self): argument
2593 def testDetach(self): argument
2609 def _testDetach(self): argument
2615 def __init__(self, methodName='runTest'): argument
2618 def testSendtoAndRecv(self): argument
2623 def _testSendtoAndRecv(self): argument
2626 def testRecvFrom(self): argument
2631 def _testRecvFrom(self): argument
2634 def testRecvFromNegative(self): argument
2638 def _testRecvFromNegative(self): argument
2646 def __init__(self, methodName='runTest'): argument
2649 def testSendtoAndRecv(self): argument
2654 def _testSendtoAndRecv(self): argument
2657 def testRecvFrom(self): argument
2662 def _testRecvFrom(self): argument
2665 def testRecvFromNegative(self): argument
2669 def _testRecvFromNegative(self): argument
2706 def setUp(self): argument
2710 def sendToServer(self, msg): argument
2718 def sendmsgToServer(self, *args): argument
2726 def doRecvmsg(self, sock, bufsize, *args): argument
2736 def registerRecvmsgResult(self, result): argument
2742 def checkRecvmsgAddress(self, addr1, addr2): argument
2763 def checkFlags(self, flags, eor=None, checkset=0, checkunset=0, ignore=0): argument
2821 def doRecvmsg(self, sock, bufsize, *args): argument
2834 def msg_flags_non_eor_indicator(self): argument
2842 def msg_flags_eor_indicator(self): argument
2852 def serv_sock(self): argument
2856 def cli_sock(self): argument
2860 def sendmsg_to_server_defaults(self): argument
2863 def sendToServer(self, msg): argument
2874 def serv_sock(self): argument
2878 def cli_sock(self): argument
2881 def checkRecvmsgAddress(self, addr1, addr2): argument
2890 def setUp(self): argument
2899 def testSendmsg(self): argument
2903 def _testSendmsg(self): argument
2906 def testSendmsgDataGenerator(self): argument
2910 def _testSendmsgDataGenerator(self): argument
2914 def testSendmsgAncillaryGenerator(self): argument
2918 def _testSendmsgAncillaryGenerator(self): argument
2922 def testSendmsgArray(self): argument
2926 def _testSendmsgArray(self): argument
2930 def testSendmsgGather(self): argument
2934 def _testSendmsgGather(self): argument
2937 def testSendmsgBadArgs(self): argument
2941 def _testSendmsgBadArgs(self): argument
2959 def testSendmsgBadCmsg(self): argument
2963 def _testSendmsgBadCmsg(self): argument
2979 def testSendmsgBadMultiCmsg(self): argument
2985 def _testSendmsgBadMultiCmsg(self): argument
2992 def testSendmsgExcessCmsgReject(self): argument
2997 def _testSendmsgExcessCmsgReject(self): argument
3005 def testSendmsgAfterClose(self): argument
3009 def _testSendmsgAfterClose(self): argument
3018 def testSendmsgExplicitNoneAddr(self): argument
3022 def _testSendmsgExplicitNoneAddr(self): argument
3025 def testSendmsgTimeout(self): argument
3030 def _testSendmsgTimeout(self): argument
3056 def testSendmsgDontWait(self): argument
3062 def _testSendmsgDontWait(self): argument
3080 def testSendmsgNoDestAddr(self): argument
3085 def _testSendmsgNoDestAddr(self): argument
3096 def testRecvmsg(self): argument
3104 def _testRecvmsg(self): argument
3107 def testRecvmsgExplicitDefaults(self): argument
3116 def _testRecvmsgExplicitDefaults(self): argument
3119 def testRecvmsgShorter(self): argument
3128 def _testRecvmsgShorter(self): argument
3131 def testRecvmsgTrunc(self): argument
3140 def _testRecvmsgTrunc(self): argument
3143 def testRecvmsgShortAncillaryBuf(self): argument
3152 def _testRecvmsgShortAncillaryBuf(self): argument
3155 def testRecvmsgLongAncillaryBuf(self): argument
3164 def _testRecvmsgLongAncillaryBuf(self): argument
3167 def testRecvmsgAfterClose(self): argument
3172 def _testRecvmsgAfterClose(self): argument
3175 def testRecvmsgTimeout(self): argument
3184 def _testRecvmsgTimeout(self): argument
3188 def testRecvmsgPeek(self): argument
3223 def _testRecvmsgPeek(self): argument
3227 def testRecvmsgFromSendmsg(self): argument
3238 def _testRecvmsgFromSendmsg(self): argument
3246 def testRecvmsgEOF(self): argument
3254 def _testRecvmsgEOF(self): argument
3257 def testRecvmsgOverflow(self): argument
3273 def _testRecvmsgOverflow(self): argument
3280 def testRecvmsgBadArgs(self): argument
3302 def _testRecvmsgBadArgs(self): argument
3309 def testRecvmsgIntoBadArgs(self): argument
3337 def _testRecvmsgIntoBadArgs(self): argument
3340 def testRecvmsgIntoGenerator(self): argument
3351 def _testRecvmsgIntoGenerator(self): argument
3354 def testRecvmsgIntoArray(self): argument
3364 def _testRecvmsgIntoArray(self): argument
3367 def testRecvmsgIntoScatter(self): argument
3382 def _testRecvmsgIntoScatter(self): argument
3400 def testCMSG_LEN(self): argument
3421 def testCMSG_SPACE(self): argument
3453 def newFDs(self, n): argument
3465 def checkFDs(self, fds): argument
3472 def registerRecvmsgResult(self, result): argument
3475 def closeRecvmsgFDs(self, recvmsg_result): argument
3487 def createAndSendFDs(self, n): argument
3497 def checkRecvmsgFDs(self, numfds, result, maxcmsgs=1, ignoreflags=0): argument
3524 def testFDPassSimple(self): argument
3529 def _testFDPassSimple(self): argument
3538 def testMultipleFDPass(self): argument
3543 def _testMultipleFDPass(self): argument
3547 def testFDPassCMSG_SPACE(self): argument
3554 def _testFDPassCMSG_SPACE(self): argument
3557 def testFDPassCMSG_LEN(self): argument
3567 def _testFDPassCMSG_LEN(self): argument
3573 def testFDPassSeparate(self): argument
3583 def _testFDPassSeparate(self): argument
3597 def testFDPassSeparateMinSpace(self): argument
3610 def _testFDPassSeparateMinSpace(self): argument
3621 def sendAncillaryIfPossible(self, msg, ancdata): argument
3633 def testFDPassEmpty(self): argument
3640 def _testFDPassEmpty(self): argument
3645 def testFDPassPartialInt(self): argument
3658 def _testFDPassPartialInt(self): argument
3666 def testFDPassPartialIntInMiddle(self): argument
3685 def _testFDPassPartialIntInMiddle(self): argument
3696 def checkTruncatedHeader(self, result, ignoreflags=0): argument
3706 def testCmsgTruncNoBufSize(self): argument
3715 def _testCmsgTruncNoBufSize(self): argument
3718 def testCmsgTrunc0(self): argument
3723 def _testCmsgTrunc0(self): argument
3729 def testCmsgTrunc1(self): argument
3732 def _testCmsgTrunc1(self): argument
3735 def testCmsgTrunc2Int(self): argument
3742 def _testCmsgTrunc2Int(self): argument
3745 def testCmsgTruncLen0Minus1(self): argument
3749 def _testCmsgTruncLen0Minus1(self): argument
3755 def checkTruncatedArray(self, ancbuf, maxdata, mindata=0): argument
3779 def testCmsgTruncLen0(self): argument
3782 def _testCmsgTruncLen0(self): argument
3785 def testCmsgTruncLen0Plus1(self): argument
3788 def _testCmsgTruncLen0Plus1(self): argument
3791 def testCmsgTruncLen1(self): argument
3795 def _testCmsgTruncLen1(self): argument
3798 def testCmsgTruncLen2Minus1(self): argument
3802 def _testCmsgTruncLen2Minus1(self): argument
3823 def ancillaryMapping(self, ancdata): argument
3833 def checkHopLimit(self, ancbufsize, maxhop=255, ignoreflags=0): argument
3862 def testRecvHopLimit(self): argument
3867 def _testRecvHopLimit(self): argument
3875 def testRecvHopLimitCMSG_SPACE(self): argument
3880 def _testRecvHopLimitCMSG_SPACE(self): argument
3891 def testSetHopLimit(self): argument
3897 def _testSetHopLimit(self): argument
3905 def checkTrafficClassAndHopLimit(self, ancbufsize, maxhop=255, argument
3943 def testRecvTrafficClassAndHopLimit(self): argument
3948 def _testRecvTrafficClassAndHopLimit(self): argument
3954 def testRecvTrafficClassAndHopLimitCMSG_SPACE(self): argument
3961 def _testRecvTrafficClassAndHopLimitCMSG_SPACE(self): argument
3968 def testSetTrafficClassAndHopLimit(self): argument
3975 def _testSetTrafficClassAndHopLimit(self): argument
3988 def testOddCmsgSize(self): argument
3996 def _testOddCmsgSize(self): argument
4017 def checkHopLimitTruncatedHeader(self, ancbufsize, ignoreflags=0): argument
4038 def testCmsgTruncNoBufSize(self): argument
4049 def _testCmsgTruncNoBufSize(self): argument
4054 def testSingleCmsgTrunc0(self): argument
4061 def _testSingleCmsgTrunc0(self): argument
4069 def testSingleCmsgTrunc1(self): argument
4073 def _testSingleCmsgTrunc1(self): argument
4078 def testSingleCmsgTrunc2Int(self): argument
4082 def _testSingleCmsgTrunc2Int(self): argument
4087 def testSingleCmsgTruncLen0Minus1(self): argument
4091 def _testSingleCmsgTruncLen0Minus1(self): argument
4096 def testSingleCmsgTruncInData(self): argument
4118 def _testSingleCmsgTruncInData(self): argument
4122 def checkTruncatedSecondHeader(self, ancbufsize, ignoreflags=0): argument
4156 def testSecondCmsgTrunc0(self): argument
4161 def _testSecondCmsgTrunc0(self): argument
4167 def testSecondCmsgTrunc1(self): argument
4171 def _testSecondCmsgTrunc1(self): argument
4177 def testSecondCmsgTrunc2Int(self): argument
4182 def _testSecondCmsgTrunc2Int(self): argument
4188 def testSecondCmsgTruncLen0Minus1(self): argument
4193 def _testSecondCmsgTruncLen0Minus1(self): argument
4199 def testSecondCmsgTruncInData(self): argument
4235 def _testSecondCmsgTruncInData(self): argument
4264 def checkRecvmsgAddress(self, addr1, addr2): argument
4337 def checkRecvmsgAddress(self, addr1, addr2): argument
4424 def testRecvmsgEOF(self): argument
4438 def testRecvmsgEOF(self): argument
4490 def setUp(self): argument
4505 def setAlarm(self, seconds): argument
4511 def setAlarm(self, seconds): argument
4524 def setUp(self): argument
4528 def checkInterruptedRecv(self, func, *args, **kwargs): argument
4538 def testInterruptedRecvTimeout(self): argument
4541 def testInterruptedRecvIntoTimeout(self): argument
4544 def testInterruptedRecvfromTimeout(self): argument
4547 def testInterruptedRecvfromIntoTimeout(self): argument
4551 def testInterruptedRecvmsgTimeout(self): argument
4555 def testInterruptedRecvmsgIntoTimeout(self): argument
4570 def setUp(self): argument
4584 def doConnect(self): argument
4587 def checkInterruptedSend(self, func, *args, **kwargs): argument
4601 def testInterruptedSendTimeout(self): argument
4605 def testInterruptedSendtoTimeout(self): argument
4615 def testInterruptedSendmsgTimeout(self): argument
4621 def testClose(self): argument
4634 def _testClose(self): argument
4641 def __init__(self, methodName='runTest'): argument
4644 def _check_defaults(self, sock): argument
4653 def _testDefaults(self): argument
4656 def testDefaults(self): argument
4659 def testRecv(self): argument
4663 def _testRecv(self): argument
4666 def testSend(self): argument
4669 def _testSend(self): argument
4676 def __init__(self, methodName='runTest'): argument
4680 def assert_sock_timeout(self, sock, timeout): argument
4697 def testSetBlocking(self): argument
4717 def _testSetBlocking(self): argument
4721 def testSetBlocking_overflow(self): argument
4738 def testInitNonBlocking(self): argument
4745 def _testInitNonBlocking(self): argument
4748 def testInheritFlagsBlocking(self): argument
4757 def _testInheritFlagsBlocking(self): argument
4760 def testInheritFlagsTimeout(self): argument
4771 def _testInheritFlagsTimeout(self): argument
4774 def testAccept(self): argument
4796 def _testAccept(self): argument
4803 def testRecv(self): argument
4823 def _testRecv(self): argument
4856 def __init__(self, methodName='runTest'): argument
4859 def setUp(self): argument
4869 def tearDown(self): argument
4876 def clientSetUp(self): argument
4884 def clientTearDown(self): argument
4891 def testReadAfterTimeout(self): argument
4903 def _testReadAfterTimeout(self): argument
4908 def testSmallRead(self): argument
4915 def _testSmallRead(self): argument
4919 def testFullRead(self): argument
4924 def _testFullRead(self): argument
4928 def testUnbufferedRead(self): argument
4938 def _testUnbufferedRead(self): argument
4942 def testReadline(self): argument
4947 def _testReadline(self): argument
4951 def testCloseAfterMakefile(self): argument
4958 def _testCloseAfterMakefile(self): argument
4962 def testMakefileAfterMakefileClose(self): argument
4969 def _testMakefileAfterMakefileClose(self): argument
4973 def testClosedAttr(self): argument
4976 def _testClosedAttr(self): argument
4979 def testAttributes(self): argument
4983 def _testAttributes(self): argument
4987 def testRealClose(self): argument
4993 def _testRealClose(self): argument
5009 def testUnbufferedReadline(self): argument
5017 def _testUnbufferedReadline(self): argument
5022 def testMakefileClose(self): argument
5031 def _testMakefileClose(self): argument
5035 def testMakefileCloseSocketDestroy(self): argument
5041 def _testMakefileCloseSocketDestroy(self): argument
5048 def testSmallReadNonBlocking(self): argument
5067 def _testSmallReadNonBlocking(self): argument
5076 def testWriteNonBlocking(self): argument
5083 def _testWriteNonBlocking(self): argument
5148 def clientSetUp(self): argument
5161 def connect(self, *args): argument
5165 def mocked_socket_module(self): argument
5174 def test_connect(self): argument
5182 def test_create_connection(self): argument
5206 def test_create_connection_all_errors(self): argument
5224 def test_create_connection_timeout(self): argument
5241 def __init__(self, methodName='runTest'): argument
5245 def clientSetUp(self): argument
5248 def clientTearDown(self): argument
5253 def _justAccept(self): argument
5258 def _testFamily(self): argument
5265 def _testSourceAddress(self): argument
5275 def _testTimeoutDefault(self): argument
5287 def _testTimeoutNone(self): argument
5299 def _testTimeoutValueNamed(self): argument
5304 def _testTimeoutValueNonamed(self): argument
5312 def __init__(self, methodName='runTest'): argument
5316 def clientSetUp(self): argument
5319 def clientTearDown(self): argument
5324 def testInsideTimeout(self): argument
5331 def _testInsideTimeout(self): argument
5336 def _testOutsideTimeout(self): argument
5343 def testTCPTimeout(self): argument
5350 def testTimeoutZero(self): argument
5366 def testInterruptedTimeout(self): argument
5400 def testUDPTimeout(self): argument
5407 def testTimeoutZero(self): argument
5425 def testUDPLITETimeout(self): argument
5432 def testTimeoutZero(self): argument
5448 def testExceptionTree(self): argument
5456 def test_setblocking_invalidfd(self): argument
5474 def testLinuxAbstractNamespace(self): argument
5485 def testMaxName(self): argument
5491 def testNameOverflow(self): argument
5496 def testStrName(self): argument
5505 def testBytearrayName(self): argument
5511 def testAutobind(self): argument
5528 def setUp(self): argument
5531 def tearDown(self): argument
5534 def encoded(self, path): argument
5545 def bind(self, sock, path): argument
5557 def testUnbound(self): argument
5561 def testStrAddr(self): argument
5568 def testBytesAddr(self): argument
5575 def testSurrogateescapeBind(self): argument
5584 def testUnencodableAddr(self): argument
5595 def testEmptyAddress(self): argument
5604 def __init__(self, methodName='runTest'): argument
5607 def testRecvIntoArray(self): argument
5615 def _testRecvIntoArray(self): argument
5619 def testRecvIntoBytearray(self): argument
5628 def testRecvIntoMemoryview(self): argument
5637 def testRecvFromIntoArray(self): argument
5645 def _testRecvFromIntoArray(self): argument
5649 def testRecvFromIntoBytearray(self): argument
5658 def testRecvFromIntoMemoryview(self): argument
5667 def testRecvFromIntoSmallBuffer(self): argument
5672 def _testRecvFromIntoSmallBuffer(self): argument
5675 def testRecvFromIntoEmptyBuffer(self): argument
5710 def testRDM(self): argument
5734 def __init__(self, methodName = 'runTest'): argument
5738 def setUp(self): argument
5750 def clientSetUp(self): argument
5762 def testStream(self): argument
5767 def _testStream(self): argument
5774 def _testSocketClass(self): argument
5788 def testCreateConnectionBase(self): argument
5794 def _testCreateConnectionBase(self): argument
5802 def testCreateConnectionClose(self): argument
5808 def _testCreateConnectionClose(self): argument
5820 def test_SOCK_CLOEXEC(self): argument
5826 def test_default_inheritable(self): argument
5831 def test_dup(self): argument
5839 def test_set_inheritable(self): argument
5849 def test_get_inheritable_cloexec(self): argument
5863 def test_set_inheritable_cloexec(self): argument
5875 def test_socketpair(self): argument
5886 def checkNonblock(self, s, nonblock=True, timeout=0.0): argument
5912 def test_SOCK_NONBLOCK(self): argument
5964 def testShare(self): argument
5999 def testShareLength(self): argument
6004 def compareSockets(self, org, other): argument
6020 def testShareLocal(self): argument
6028 def testTypes(self): argument
6081 def accept_conn(self): argument
6088 def recv_data(self, conn): argument
6097 def meth_from_sock(self, sock): argument
6104 def _testRegularFile(self): argument
6113 def testRegularFile(self): argument
6121 def _testNonRegularFile(self): argument
6131 def testNonRegularFile(self): argument
6139 def _testEmptyFileSend(self): argument
6151 def testEmptyFileSend(self): argument
6158 def _testOffset(self): argument
6167 def testOffset(self): argument
6175 def _testCount(self): argument
6187 def testCount(self): argument
6196 def _testCountSmall(self): argument
6208 def testCountSmall(self): argument
6217 def _testCountWithOffset(self): argument
6227 def testCountWithOffset(self): argument
6236 def _testNonBlocking(self): argument
6245 def testNonBlocking(self): argument
6252 def _testWithTimeout(self): argument
6262 def testWithTimeout(self): argument
6270 def _testWithTimeoutTriggeredSend(self): argument
6278 def testWithTimeoutTriggeredSend(self): argument
6286 def _test_errors(self): argument
6289 def test_errors(self): argument
6319 def meth_from_sock(self, sock): argument
6326 def create_alg(self, typ, name): argument
6340 def test_sha256(self): argument
6357 def test_hmac_sha1(self): argument
6369 def test_aes_cbc(self): argument
6410 def test_aead_aes_gcm(self): argument
6473 def test_drbg_pr_sha256(self): argument
6483 def test_sendmsg_afalg_args(self): argument
6501 def test_length_restriction(self): argument
6521 def test_tcp_keepalive(self): argument
6540 def test_new_tcp_flags(self): argument
6550 def test_address(self): argument
6561 def test_family_and_type(self): argument
6570 def test_reuse_port(self): argument
6586 def test_ipv6_only_default(self): argument
6593 def test_dualstack_ipv6_family(self): argument
6602 def echo_server(self, sock): argument
6620 def echo_client(self, addr, family): argument
6627 def test_tcp4(self): argument
6634 def test_tcp6(self): argument
6646 def test_dual_stack_client_v4(self): argument
6656 def test_dual_stack_client_v6(self): argument
6667 def testSendAndRecvFds(self): argument