MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / test_no_result

Method test_no_result

tests/test_codecs.py:1937–1939  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

prepareMethod · 0.80
get_attributesMethod · 0.80

Tested by

no test coverage detected