Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/duckdb/duckdb
/ print_msg
Function
print_msg
scripts/regression_test_python.py:38–41 ·
view source on GitHub ↗
(message: str)
Source
from the content-addressed store, hash-verified
36
37
38
def
print_msg(message: str):
39
if
not verbose:
40
return
41
print(message)
42
43
44
def
write_result(benchmark_name, nrun, t):
Callers
12
write_result
Function · 0.85
load_lineitem
Method · 0.85
initialize_connection
Method · 0.85
run_tpch
Method · 0.85
test_tpch
Function · 0.85
initialize_connection
Method · 0.85
benchmark
Method · 0.85
initialize_connection
Method · 0.85
benchmark
Method · 0.85
initialize_connection
Method · 0.85
initialize_connection
Method · 0.85
test_arrow_dictionaries_scan
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected