Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_version
Method · 0.45
now
Method · 0.45
reset_connection_id
Method · 0.45
get_sample_data
Function · 0.45
list_tables
Function · 0.45
status
Function · 0.45
get_uptime
Function · 0.45
get_warning_count
Function · 0.45
get_ssl_version
Function · 0.45
get_ssl_cipher
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected