MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / pd_print_all

Function pd_print_all

benchmarks/src/postprocessing/common.py:85–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84
85def pd_print_all():
86 return pd.option_context(
87 "display.max_rows",
88 None,
89 "display.max_columns",
90 None,
91 "display.expand_frame_repr",
92 False,
93 )
94
95
96def format_large_int(number: int) -> str:

Callers 3

render_environmentFunction · 0.85
summary_by_benchmarkFunction · 0.85
two_level_summaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected