MCPcopy Create free account
hub / github.com/apache/qpid-proton / _stop

Method _stop

python/examples/proton_tornado.py:93–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 self.loop.add_callback(self._stop)
92
93 def _stop(self):
94 # We could have received a new selectable since we sent the stop
95 if self.count == 0:
96 self.reactor.stop()
97 self.loop.stop()
98
99
100class Container(object):

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected