MCPcopy 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
223class AsyncDictCursor(_async_cursor):

Callers 6

_executeMethod · 0.45
execute_scalarMethod · 0.45
release_async_cursorMethod · 0.45
execute_voidMethod · 0.45
execute_2darrayMethod · 0.45
execute_dictMethod · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected