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

Method fetchone

test/pytests/test_special_llm.py:449–450  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

447 return self._rows
448
449 def fetchone(self) -> tuple[int, str] | None:
450 return self._row
451
452 cursor = DummyCursor()
453

Callers 10

_probe_doris_versionMethod · 0.45
nowMethod · 0.45
reset_connection_idMethod · 0.45
get_sample_dataFunction · 0.45
list_tablesFunction · 0.45
statusFunction · 0.45
get_uptimeFunction · 0.45
get_warning_countFunction · 0.45
get_ssl_versionFunction · 0.45
get_ssl_cipherFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected