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

Method test_repr

Lib/test/test_asyncio/test_queues.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 self.assertTrue('_queue=[1]' in fn(q))
55
56 async def test_repr(self):
57 await self._test_repr_or_str(repr, True)
58
59 async def test_str(self):
60 await self._test_repr_or_str(str, False)

Callers

nothing calls this directly

Calls 1

_test_repr_or_strMethod · 0.95

Tested by

no test coverage detected