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

Method shutdown

Lib/imaplib.py:1707–1711  ·  view source on GitHub ↗

Close I/O established in "open".

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected