(self)
| 1935 | ''') |
| 1936 | |
| 1937 | async def test_no_result(self): |
| 1938 | st = await self.con.prepare('rollback') |
| 1939 | self.assertTupleEqual(st.get_attributes(), ()) |
| 1940 | |
| 1941 | async def test_array_with_custom_json_text_codec(self): |
| 1942 | import json |
nothing calls this directly
no test coverage detected