Home
last modified time | relevance | path

Searched refs:_connDone (Results 1 – 8 of 8) sorted by relevance

/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/test/
H A Dtest_newtls.py52 def loseConnection(self, _connDone=default): argument
53 result.append(_connDone)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/test/
H A Dtest_newtls.py43 def loseConnection(self, _connDone=default): argument
44 result.append(_connDone)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A Dabstract.py386 def loseConnection(self, _connDone=failure.Failure(main.CONNECTION_DONE)): argument
405 self.connectionLost(_connDone)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/iocpreactor/
H A Dabstract.py327 def loseConnection(self, _connDone=failure.Failure(main.CONNECTION_DONE)): argument
347 self.connectionLost(_connDone)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/iocpreactor/
H A Dabstract.py343 def loseConnection(self, _connDone=failure.Failure(main.CONNECTION_DONE)): argument
363 self.connectionLost(_connDone)
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/
H A Dbroker.py765 def loseConnection(self, _connDone=connectionDone): argument
769 eventually(self.peer.connectionLost, _connDone)
770 eventually(self.protocol.connectionLost, _connDone)
/dports/devel/py-twisted/Twisted-22.1.0/
H A DNEWS.rst260 - The _connDone parameter has been removed from twisted.internet.abstract.FileDescriptor.loseConnec…
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api9195 twisted.internet.abstract.FileDescriptor.loseConnection?4(_connDone=failure.Failure(main.CONNECTION…