Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_TerminalProgressBar
Function · 0.95
wait_and_display_progress
Function · 0.45
_compute_in_background
Method · 0.45
_compute_in_background
Method · 0.45
_compute_in_background
Method · 0.45
_compute_in_background
Method · 0.45
_compute_in_background
Method · 0.45
_compute_in_background
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_TerminalProgressBar
Function · 0.76