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

Method __exit__

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

Source from the content-addressed store, hash-verified

116 return self
117
118 def __exit__(self, t, v, tb):
119 self.close()
120
121
122# Replacement for subprocess.Popen using overlapped pipe handles

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected