MCPcopy Index your code
hub / github.com/RustPython/RustPython / __exit__

Method __exit__

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

Source from the content-addressed store, hash-verified

1207 def __enter__(self):
1208 return self
1209 def __exit__(self, exc_type, exc_val, exc_tb):
1210 self.terminate()
1211
1212#
1213# Definition of SyncManager

Callers

nothing calls this directly

Calls 1

terminateMethod · 0.45

Tested by

no test coverage detected