Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ open
Method
open
recipes/Python/577926_ProgressBar_class/recipe-577926.py:21–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
20
# Open Progress Bar
21
def
open(self):
22
self.__root.deiconify()
23
self.__root.focus_set()
24
#self.__root.update()
25
26
# Close Progress Bar
27
def
close(self):
Callers
15
retrieve
Function · 0.45
__ua
Method · 0.45
resize
Function · 0.45
findcity
Function · 0.45
acquire
Method · 0.45
__init__
Method · 0.45
recipe-577162.py
File · 0.45
put_in_front_picture
Function · 0.45
save
Function · 0.45
recipe-579007.py
File · 0.45
__init__
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected