Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brokermr810/QuantDinger
/ close
Method
close
backend_api_python/app/utils/db_postgres.py:565–567 ·
view source on GitHub ↗
Close cursor
(self)
Source
from the content-addressed store, hash-verified
563
return
[row
if
isinstance(row, dict)
else
dict(row)
for
row in rows]
564
565
def
close(self):
566
""
"Close cursor"
""
567
self._cursor.close()
568
569
@property
570
def
lastrowid(self) -> Optional[int]:
Callers
15
_ensure_schema
Function · 0.45
_lookup_token
Function · 0.45
_touch_token_last_used
Function · 0.45
_audit
Function · 0.45
with_idempotency
Function · 0.45
_apply_init_sql
Function · 0.45
_verify_table_access
Function · 0.45
_verify_token_version
Function · 0.45
_show_pg_int
Function · 0.45
_probe_pg_connection_limit
Function · 0.45
_is_connection_healthy
Function · 0.45
_worker
Function · 0.45
Calls
no outgoing calls
Tested by
5
run_backtest
Function · 0.36
ensure_storage_schema
Method · 0.36
persist_run
Method · 0.36
list_runs
Method · 0.36
get_run
Method · 0.36