MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_uidl

Method test_uidl

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

uidlMethod · 0.80

Tested by

no test coverage detected