MCPcopy 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
125wall = Wallpaper()

Callers 1

Calls 4

copy_wallpapersMethod · 0.80
change_extMethod · 0.80
extract_wallMethod · 0.80
arr_desk_wallpapersMethod · 0.80

Tested by

no test coverage detected