Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ utf8
Method
utf8
Lib/poplib.py:371–374 ·
view source on GitHub ↗
Try to enter UTF-8 mode (see RFC 6856). Returns server response.
(self)
Source
from the content-addressed store, hash-verified
369
370
371
def
utf8(self):
372
""
"Try to enter UTF-8 mode (see RFC 6856). Returns server response.
373
""
"
374
return
self._shortcmd(
'UTF8'
)
375
376
377
def
capa(self):
Callers
1
test_utf8
Method · 0.80
Calls
1
_shortcmd
Method · 0.95
Tested by
1
test_utf8
Method · 0.64