MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __exit__

Method __exit__

tools/python-3.11.9-amd64/Lib/mailbox.py:1999–2000  ·  view source on GitHub ↗
(self, *exc)

Source from the content-addressed store, hash-verified

1997 return self
1998
1999 def __exit__(self, *exc):
2000 self.close()
2001
2002 def readable(self):
2003 return self._file.readable()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected