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

Method shutdown

Lib/imaplib.py:1708–1712  ·  view source on GitHub ↗

Close I/O established in "open".

(self)

Source from the content-addressed store, hash-verified

1706
1707
1708 def shutdown(self):
1709 """Close I/O established in "open"."""
1710 self.readfile.close()
1711 self.writefile.close()
1712 self.process.wait()
1713
1714
1715

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected