Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _mode_utf8
Method
_mode_utf8
Lib/imaplib.py:224–228 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
222
223
224
def
_mode_utf8(self):
225
self.utf8_enabled = True
226
self._encoding =
'utf-8'
227
self.Literal = re.compile(_Literal)
228
self.Untagged_status = re.compile(_Untagged_status)
229
230
231
def
_connect(self):
Callers
1
enable
Method · 0.95
Calls
1
compile
Method · 0.45
Tested by
no test coverage detected