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

Method stop

python/proton/_reactor.py:282–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

280 return False
281
282 def stop(self) -> None:
283 self._stop = True
284 self._check_errors()
285
286 def stop_events(self) -> None:
287 self._collector.release()

Callers 2

runMethod · 0.95
runMethod · 0.45

Calls 1

_check_errorsMethod · 0.95

Tested by

no test coverage detected