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

Class ProgressState

pandarallel/progress_bars.py:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37class ProgressState:
38 def __init__(self, chunk_size: int) -> None:
39 self.last_put_iteration = 0
40 self.next_put_iteration = max(chunk_size // 100, 1)
41 self.last_put_time = time_ns()
42
43
44def is_notebook_lab() -> bool:

Callers 1

progress_wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…