MCPcopy 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_schemaFunction · 0.45
_lookup_tokenFunction · 0.45
_touch_token_last_usedFunction · 0.45
_auditFunction · 0.45
with_idempotencyFunction · 0.45
_apply_init_sqlFunction · 0.45
_verify_table_accessFunction · 0.45
_verify_token_versionFunction · 0.45
_show_pg_intFunction · 0.45
_is_connection_healthyFunction · 0.45
_workerFunction · 0.45

Calls

no outgoing calls

Tested by 5

run_backtestFunction · 0.36
ensure_storage_schemaMethod · 0.36
persist_runMethod · 0.36
list_runsMethod · 0.36
get_runMethod · 0.36