MCPcopy
hub / github.com/nalepae/pandarallel / get_progress_bars

Function get_progress_bars

pandarallel/progress_bars.py:175–182  ·  view source on GitHub ↗
(
    maxs: List[int], show
)

Source from the content-addressed store, hash-verified

173
174
175def get_progress_bars(
176 maxs: List[int], show
177) -> Union[ProgressBarsNotebookLab, ProgressBarsConsole]:
178 return (
179 ProgressBarsNotebookLab(maxs, show)
180 if is_notebook_lab()
181 else ProgressBarsConsole(maxs, show)
182 )
183
184
185def progress_wrapper(

Callers 1

closureFunction · 0.85

Calls 3

is_notebook_labFunction · 0.85
ProgressBarsConsoleClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…