Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ close
Method
close
lib/sqlalchemy/dialects/postgresql/pg8000.py:381–383 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
379
return
self.cursor.fetchall()
380
381
def
close(self):
382
self.cursor.execute(
"CLOSE "
+ self.ident)
383
self.cursor.close()
384
385
def
setinputsizes(self, *sizes):
386
self.cursor.setinputsizes(*sizes)
Callers
10
set_isolation_level
Method · 0.45
set_readonly
Method · 0.45
get_readonly
Method · 0.45
set_deferrable
Method · 0.45
get_deferrable
Method · 0.45
_set_client_encoding
Method · 0.45
set_isolation_level
Method · 0.45
get_isolation_level
Method · 0.45
_postgresql_set_default_schema_on_connection
Function · 0.45
do_ping
Method · 0.45
Calls
1
execute
Method · 0.45
Tested by
no test coverage detected