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

Method _check_bye

Lib/imaplib.py:1081–1084  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1079
1080
1081 def _check_bye(self):
1082 bye = self.untagged_responses.get('BYE')
1083 if bye:
1084 raise self.abort(bye[-1].decode(self._encoding, 'replace'))
1085
1086
1087 def _command(self, name, *args):

Callers 2

_command_completeMethod · 0.95
_get_tagged_responseMethod · 0.95

Calls 3

getMethod · 0.45
abortMethod · 0.45
decodeMethod · 0.45

Tested by

no test coverage detected