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

Method __exit__

Lib/asyncio/windows_utils.py:125–126  ·  view source on GitHub ↗
(self, t, v, tb)

Source from the content-addressed store, hash-verified

123 return self
124
125 def __exit__(self, t, v, tb):
126 self.close()
127
128
129# Replacement for subprocess.Popen using overlapped pipe handles

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected