MCPcopy
hub / github.com/psycopg/psycopg / send_close_prepared

Method send_close_prepared

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

Source from the content-addressed store, hash-verified

175 def close_prepared(self, name: bytes) -> PGresult: ...
176
177 def send_close_prepared(self, name: bytes) -> None: ...
178
179 def close_portal(self, name: bytes) -> PGresult: ...
180

Callers 3

test_send_close_preparedFunction · 0.45
_deallocateMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_send_close_preparedFunction · 0.36