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

Method __exit__

tools/python-3.11.9-amd64/Lib/imaplib.py:278–285  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

276 return self
277
278 def __exit__(self, *args):
279 if self.state == "LOGOUT":
280 return
281
282 try:
283 self.logout()
284 except OSError:
285 pass
286
287
288 # Overridable methods

Callers

nothing calls this directly

Calls 1

logoutMethod · 0.95

Tested by

no test coverage detected