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

Method __bind_execute

asyncpg/prepared_stmt.py:267–272  ·  view source on GitHub ↗
(self, args, limit, timeout)

Source from the content-addressed store, hash-verified

265 raise
266
267 async def __bind_execute(self, args, limit, timeout):
268 data, status, _ = await self.__do_execute(
269 lambda protocol: protocol.bind_execute(
270 self._state, args, '', limit, True, timeout))
271 self._last_status = status
272 return data
273
274 def _check_open(self, meth_name):
275 if self._state.closed:

Callers 3

fetchMethod · 0.95
fetchvalMethod · 0.95
fetchrowMethod · 0.95

Calls 1

__do_executeMethod · 0.95

Tested by

no test coverage detected