Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ close_cursor
Method
close_cursor
web/pgadmin/utils/driver/psycopg3/cursor.py:216–220 ·
view source on GitHub ↗
Close the cursor.
(self)
Source
from the content-addressed store, hash-verified
214
return
self.pgresult.ntuples
215
216
def
close_cursor(self):
217
""
"
218
Close the cursor.
219
""
"
220
_cursor.close(self)
221
222
223
class
AsyncDictCursor(_async_cursor):
Callers
6
_execute
Method · 0.45
execute_scalar
Method · 0.45
release_async_cursor
Method · 0.45
execute_void
Method · 0.45
execute_2darray
Method · 0.45
execute_dict
Method · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected