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

Method __exit__

Lib/multiprocessing/dummy/connection.py:74–75  ·  view source on GitHub ↗
(self, exc_type, exc_value, exc_tb)

Source from the content-addressed store, hash-verified

72 return self
73
74 def __exit__(self, exc_type, exc_value, exc_tb):
75 self.close()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected