MCPcopy Create free account
hub / github.com/THUDM/AgentBench / __init__

Method __init__

src/server/tasks/dbbench/interaction.py:175–177  ·  view source on GitHub ↗
(self, sqlite_path: str)

Source from the content-addressed store, hash-verified

173class SQLiteDatabase(Database):
174
175 def __init__(self, sqlite_path: str):
176 super().__init__(TYPE_SQLITE)
177 self.sqlite_path = sqlite_path
178
179 async def initialize(self):
180 # check if the SQLite database file exists

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected