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