MCPcopy 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_utf8Method · 0.80

Calls 1

_shortcmdMethod · 0.95

Tested by 1

test_utf8Method · 0.64