(query)
| 313 | |
| 314 | async def test_prepare_16_command_result(self): |
| 315 | async def status(query): |
| 316 | stmt = await self.con.prepare(query) |
| 317 | await stmt.fetch() |
| 318 | return stmt.get_statusmsg() |
| 319 | |
| 320 | try: |
| 321 | self.assertEqual( |
nothing calls this directly
no test coverage detected