MCPcopy
hub / github.com/HKUDS/AI-Trader / close

Method close

service/server/database.py:283–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

281 self._connection.rollback()
282
283 def close(self):
284 self._connection.close()
285
286 def __enter__(self):
287 return self

Callers 15

__exit__Method · 0.95
AppFunction · 0.80
get_database_statusFunction · 0.80
init_databaseFunction · 0.80
get_etf_flows_payloadFunction · 0.80

Calls

no outgoing calls