Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ exec_all
Method
exec_all
Windows_Wallpaper_Script/wallpaper_extract.py:115–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
114
@staticmethod
115
def
exec_all():
116
w = Wallpaper
117
w.copy_wallpapers()
118
w.change_ext()
119
w.extract_wall()
120
w.arr_desk_wallpapers()
121
print(w.msg)
122
time.sleep(2)
123
124
125
wall = Wallpaper()
Callers
1
wallpaper_extract.py
File · 0.80
Calls
4
copy_wallpapers
Method · 0.80
change_ext
Method · 0.80
extract_wall
Method · 0.80
arr_desk_wallpapers
Method · 0.80
Tested by
no test coverage detected