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

Method __exit__

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

Source from the content-addressed store, hash-verified

267 return self
268
269 def __exit__(self, exc_type, exc_value, exc_tb):
270 self.close()
271
272
273if _winapi:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected