MCPcopy Index your code
hub / github.com/python/cpython / test_uidl

Method test_uidl

Lib/test/test_poplib.py:375–377  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373 self.assertEqual(self.client.top(1, 1), expected)
374
375 def test_uidl(self):
376 self.client.uidl()
377 self.client.uidl('foo')
378
379 def test_utf8_raises_if_unsupported(self):
380 self.server.handler.enable_UTF8 = False

Callers

nothing calls this directly

Calls 1

uidlMethod · 0.80

Tested by

no test coverage detected