MCPcopy 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
38def print_msg(message: str):
39 if not verbose:
40 return
41 print(message)
42
43
44def write_result(benchmark_name, nrun, t):

Callers 12

write_resultFunction · 0.85
load_lineitemMethod · 0.85
initialize_connectionMethod · 0.85
run_tpchMethod · 0.85
test_tpchFunction · 0.85
initialize_connectionMethod · 0.85
benchmarkMethod · 0.85
initialize_connectionMethod · 0.85
benchmarkMethod · 0.85
initialize_connectionMethod · 0.85
initialize_connectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected