(self)
| 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) |
nothing calls this directly
no test coverage detected