MCPcopy Create free account
hub / github.com/dbcli/mycli / connect

Method connect

test/utils.py:230–231  ·  view source on GitHub ↗
(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

228 self.verbosity = 0
229
230 def connect(self, **kwargs: Any) -> None:
231 self.connect_calls.append(dict(kwargs))
232
233 def run_query(self, query: str, checkpoint: Any = None, new_line: bool = True) -> None:
234 self.run_query_calls.append((query, checkpoint, new_line))

Callers 1

db_connectionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected