Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_prepared
Function · 0.45
test_send_close_prepared_no_close
Function · 0.45
_deallocate
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_send_close_prepared
Function · 0.36
test_send_close_prepared_no_close
Function · 0.36