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

Method select_db

test/pytests/test_client_connection.py:527–528  ·  view source on GitHub ↗
(self, dbname: str)

Source from the content-addressed store, hash-verified

525 raise effect
526
527 def select_db(self, dbname: str) -> None:
528 self.select_db_calls.append(dbname)
529
530
531class FakeReconnectSQLExecute:

Callers 2

change_dbMethod · 0.45
reconnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected