Lines Matching defs:__init__

211     def __init__(self, *args, **kwargs):
212 super().__init__(*args, **kwargs)
328 def __init__(self):
403 def __init__(self, methodName='runTest'):
404 SocketTCPTest.__init__(self, methodName=methodName)
405 ThreadableTest.__init__(self)
417 def __init__(self, methodName='runTest'):
418 SocketUDPTest.__init__(self, methodName=methodName)
419 ThreadableTest.__init__(self)
433 def __init__(self, methodName='runTest'):
434 SocketUDPLITETest.__init__(self, methodName=methodName)
435 ThreadableTest.__init__(self)
447 def __init__(self, methodName='runTest'):
448 SocketCANTest.__init__(self, methodName=methodName)
449 ThreadableTest.__init__(self)
467 def __init__(self, methodName='runTest'):
468 SocketRDSTest.__init__(self, methodName=methodName)
469 ThreadableTest.__init__(self)
494 def __init__(self, methodName='runTest'):
495 unittest.TestCase.__init__(self, methodName=methodName)
496 ThreadableTest.__init__(self)
529 def __init__(self, methodName='runTest'):
530 ThreadedTCPSocketTest.__init__(self, methodName=methodName)
557 def __init__(self, methodName='runTest'):
558 unittest.TestCase.__init__(self, methodName=methodName)
559 ThreadableTest.__init__(self)
622 def __init__(self, *args, **kwargs):
623 super().__init__(*args, **kwargs)
624 ThreadableTest.__init__(self)
1875 def __init__(self, fd):
2099 def __init__(self, methodName='runTest'):
2100 ThreadedCANSocketTest.__init__(self, methodName=methodName)
2190 def __init__(self, *args, **kwargs):
2191 super().__init__(*args, **kwargs)
2233 def __init__(self, *args, **kwargs):
2234 super().__init__(*args, **kwargs)
2313 def __init__(self, methodName='runTest'):
2314 ThreadedRDSSocketTest.__init__(self, methodName=methodName)
2492 def __init__(self, methodName='runTest'):
2493 SocketConnectedTest.__init__(self, methodName=methodName)
2615 def __init__(self, methodName='runTest'):
2616 ThreadedUDPSocketTest.__init__(self, methodName=methodName)
2646 def __init__(self, methodName='runTest'):
2647 ThreadedUDPLITESocketTest.__init__(self, methodName=methodName)
4641 def __init__(self, methodName='runTest'):
4642 SocketPairTest.__init__(self, methodName=methodName)
4676 def __init__(self, methodName='runTest'):
4678 ThreadedTCPSocketTest.__init__(self, methodName=methodName)
4856 def __init__(self, methodName='runTest'):
4857 SocketConnectedTest.__init__(self, methodName=methodName)
5241 def __init__(self, methodName='runTest'):
5242 SocketTCPTest.__init__(self, methodName=methodName)
5243 ThreadableTest.__init__(self)
5312 def __init__(self, methodName='runTest'):
5313 SocketTCPTest.__init__(self, methodName=methodName)
5314 ThreadableTest.__init__(self)
5604 def __init__(self, methodName='runTest'):
5605 SocketConnectedTest.__init__(self, methodName=methodName)
5734 def __init__(self, methodName = 'runTest'):
5735 unittest.TestCase.__init__(self, methodName = methodName)
5736 ThreadableTest.__init__(self)