Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ utf8
Method
utf8
Lib/poplib.py:373–376 ·
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
371
372
373
def
utf8(self):
374
""
"Try to enter UTF-8 mode (see RFC 6856). Returns server response.
375
""
"
376
return
self._shortcmd(
'UTF8'
)
377
378
379
def
capa(self):
Callers
1
test_utf8
Method · 0.80
Calls
1
_shortcmd
Method · 0.95
Tested by
1
test_utf8
Method · 0.64