MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / start

Method start

pyxrf/core/map_processing.py:95–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 self.title = title
94
95 def start(self):
96 self.bar = Bar(self.title, max=100, suffix="%(percent)d%%")
97
98 def __call__(self, percent_completed):
99 while self.bar.index < percent_completed:

Callers 8

test_TerminalProgressBarFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_TerminalProgressBarFunction · 0.76