MCPcopy
hub / github.com/psycopg/psycopg / exec_

Method exec_

psycopg/psycopg/pq/abc.py:115–115  ·  view source on GitHub ↗
(self, command: bytes)

Source from the content-addressed store, hash-verified

113 def ssl_in_use(self) -> bool: ...
114
115 def exec_(self, command: bytes) -> PGresult: ...
116
117 def send_query(self, command: bytes) -> None: ...
118

Callers 15

test_commitFunction · 0.45
test_rollbackFunction · 0.45
test_auto_transactionFunction · 0.45
test_notice_handlersFunction · 0.45
test_commitFunction · 0.45
test_rollbackFunction · 0.45
test_auto_transactionFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_commitFunction · 0.36
test_rollbackFunction · 0.36
test_auto_transactionFunction · 0.36
test_notice_handlersFunction · 0.36
test_commitFunction · 0.36
test_rollbackFunction · 0.36
test_auto_transactionFunction · 0.36