MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / __exit__

Method __exit__

core/utils.py:386–388  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

384 return self
385
386 def __exit__(self, exc_type, exc_val, exc_tb):
387 self.stop()
388 return False
389
390
391def _is_gevent_monkey_patched():

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected