MCPcopy Create free account
hub / github.com/ActiveState/code / close

Method close

recipes/Python/577926_ProgressBar_class/recipe-577926.py:27–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25
26 # Close Progress Bar
27 def close(self):
28 self.__root.withdraw()
29
30 # Update Progress Bar
31 def update(self, ratio):

Callers 15

mainEandDFunction · 0.45
__exit__Method · 0.45
set_up_cipherMethod · 0.45
mainActionFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
__exit__Method · 0.45
recipe-577952.pyFile · 0.45
__del__Method · 0.45
mainFunction · 0.45
create_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected