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

Method finish

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

Source from the content-addressed store, hash-verified

100 self.bar.next()
101
102 def finish(self):
103 while self.bar.index < 100.0:
104 self.bar.next()
105 self.bar.finish()
106
107
108def wait_and_display_progress(fut, progress_bar=None):

Callers 2

test_TerminalProgressBarFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_TerminalProgressBarFunction · 0.76