MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / exit

Method exit

pager_lib/tqdm/_monitor.py:41–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 self.start()
40
41 def exit(self):
42 self.was_killed.set()
43 if self is not current_thread():
44 self.join()
45 return self.report()
46
47 def get_instances(self):
48 # returns a copy of started `tqdm_cls` instances

Callers 15

handle_exitFunction · 0.80
headlessRagnar.pyFile · 0.80
handle_exitFunction · 0.80
handle_exit_displayFunction · 0.80
display.pyFile · 0.80
handle_exitFunction · 0.80
check_requirementsFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
test_pager_code.pyFile · 0.80
pager_display.pyFile · 0.80

Calls 2

reportMethod · 0.95
setMethod · 0.80

Tested by

no test coverage detected