Home
last modified time | relevance | path

Searched refs:notifyOnDisconnect (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/util/
H A Dprotocols.py27 @self.assertArgSpecMatches(self.conn.notifyOnDisconnect)
28 def notifyOnDisconnect(self, cb): function
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/test/
H A Dtest_negotiate.py731 rref.notifyOnDisconnect(d2.callback, None)
749 rref.notifyOnDisconnect(disconnects.append, 1)
776 rref.notifyOnDisconnect(disconnects.append, 1)
777 rref.notifyOnDisconnect(d2.callback, None)
814 rref.notifyOnDisconnect(d2.callback, None)
839 rref.notifyOnDisconnect(d2.callback, None)
854 rref.notifyOnDisconnect(disconnects.append, 1)
881 rref.notifyOnDisconnect(disconnects.append, 1)
905 rref.notifyOnDisconnect(d2.callback, None)
928 rref.notifyOnDisconnect(disconnects.append, 1)
[all …]
H A Dtest_reference.py30 marker = rref.notifyOnDisconnect(self.ignored, "args", kwargs="foo")
H A Dtest_call.py449 rr.notifyOnDisconnect(self.disconnected)
465 m = rr.notifyOnDisconnect(self.disconnected)
479 rr.notifyOnDisconnect(self.disconnected, "arg", foo="kwarg")
496 d.addCallback(lambda res: rr.notifyOnDisconnect(self.disconnected))
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/worker/protocols/
H A Dbase.py95 self.notifyOnDisconnect(lambda: eventually(d.callback, None))
101 def notifyOnDisconnect(self, cb): member in Connection
H A Dnull.py48 def notifyOnDisconnect(self, cb): member in ProxyMixin
H A Dpb.py108 self.notifyOnDisconnect(self._stop_keepalive_timer)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/integration/
H A Dtest_worker_comm.py77 persp.broker.notifyOnDisconnect(clear_persp)
84 persp.broker.notifyOnDisconnect(fire_deferreds)
266 persp.broker.notifyOnDisconnect(
H A Dtest_worker_workerside.py87 persp.broker.notifyOnDisconnect(
/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/test/fake/
H A Dremote.py36 def notifyOnDisconnect(self, what): member in FakeRemote
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/
H A Dipb.py89 def notifyOnDisconnect(callback, *args, **kwargs): member in IRemoteReference
H A Dreferenceable.py371 def notifyOnDisconnect(self, callback, *args, **kwargs): member in RemoteReferenceOnly
392 marker = self.tracker.broker.notifyOnDisconnect(callback,
607 def notifyOnDisconnect(self, callback, *args, **kwargs): member in LocalReferenceable
H A Dreconnector.py122 rref.notifyOnDisconnect(self._disconnected)
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/logging/
H A Dpublish.py35 self._nod_marker = self.observer.notifyOnDisconnect(self.unsubscribe)
104 self._nod_marker = self.observer.notifyOnDisconnect(self.unsubscribe)
H A Dtail.py149 publisher.notifyOnDisconnect(self._lost_logpublisher)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_pb.py1014 c.notifyOnDisconnect(self.error)
1019 r.notifyOnDisconnect(self.error)
1027 c.notifyOnDisconnect(self.gotDisconnected)
1028 r.notifyOnDisconnect(self.objectDisconnected)
1267 rootObj.notifyOnDisconnect(disconnectedDeferred.callback)
1283 rootObj.notifyOnDisconnect(disconnectedDeferred.callback)
1319 rootObj.notifyOnDisconnect(d.callback)
1329 anotherRootObj.notifyOnDisconnect(d.callback)
1370 self.factory.protocolInstance.notifyOnDisconnect(
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/web/test/
H A Dtest_distrib.py74 self.f1.proto.notifyOnDisconnect(lambda: dl[0].callback(None))
78 self.sub.publisher.broker.notifyOnDisconnect(lambda: dl[1].callback(None))
211 self.f1.proto.notifyOnDisconnect(check_logs)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/spread/test/
H A Dtest_pb.py1144 c.notifyOnDisconnect(self.error)
1149 r.notifyOnDisconnect(self.error)
1157 c.notifyOnDisconnect(self.gotDisconnected)
1158 r.notifyOnDisconnect(self.objectDisconnected)
1426 rootObj.notifyOnDisconnect(disconnectedDeferred.callback)
1448 rootObj.notifyOnDisconnect(disconnectedDeferred.callback)
1491 rootObj.notifyOnDisconnect(d.callback)
1502 anotherRootObj.notifyOnDisconnect(d.callback)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/worker/
H A Dmanager.py139 conn.notifyOnDisconnect(remove)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/web/test/
H A Dtest_distrib.py61 self.f1.proto.notifyOnDisconnect(lambda: dl[0].callback(None))
65 self.sub.publisher.broker.notifyOnDisconnect(
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/manhole/ui/
H A Dgtk2manhole.py72 perspective.notifyOnDisconnect(self._cbDisconnected)
347 perspective.notifyOnDisconnect(self._cbDisconnected)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/spread/
H A Dpb.py295 def notifyOnDisconnect(self, callback): member in RemoteReference
305 self.broker.notifyOnDisconnect(self._disconnected)
711 def notifyOnDisconnect(self, notifier): member in Broker
1551 self.broker.notifyOnDisconnect(maybeLogout)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/spread/
H A Dpb.py294 def notifyOnDisconnect(self, callback): member in RemoteReference
302 self.broker.notifyOnDisconnect(self._disconnected)
657 def notifyOnDisconnect(self, notifier): member in Broker
1343 self.broker.notifyOnDisconnect(maybeLogout)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/schedulers/
H A Dtrysched.py316 subscriber.notifyOnDisconnect(lambda _:
358 subscriber.notifyOnDisconnect(lambda _:
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/appserver/
H A Dservices.py284 watcher.notifyOnDisconnect(c.remote_close_stdin)

12