MCPcopy Index your code
hub / github.com/python/cpython / __exit__

Method __exit__

Lib/multiprocessing/managers.py:1249–1250  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

1247 def __enter__(self):
1248 return self
1249 def __exit__(self, exc_type, exc_val, exc_tb):
1250 self.terminate()
1251
1252#
1253# Definition of SyncManager

Callers

nothing calls this directly

Calls 1

terminateMethod · 0.45

Tested by

no test coverage detected