Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mainEandD
Function · 0.45
__exit__
Method · 0.45
set_up_cipher
Method · 0.45
EncryptionAndDecryption
Class · 0.45
mainAction
Function · 0.45
main
Function · 0.45
main
Function · 0.45
__exit__
Method · 0.45
recipe-577952.py
File · 0.45
__del__
Method · 0.45
main
Function · 0.45
create_file
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected