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

Method _mode_utf8

tools/python-3.11.9-amd64/Lib/imaplib.py:220–224  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

218
219
220 def _mode_utf8(self):
221 self.utf8_enabled = True
222 self._encoding = 'utf-8'
223 self.Literal = re.compile(_Literal)
224 self.Untagged_status = re.compile(_Untagged_status)
225
226
227 def _connect(self):

Callers 1

enableMethod · 0.95

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected