MCPcopy Create free account
hub / github.com/geekcomputers/Python / time_gap

Method time_gap

Windows_Wallpaper_Script/wallpaper_extract.py:36–41  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

34 # A method to showcase time effect
35 @staticmethod
36 def time_gap(string):
37 print(string, end="")
38 time.sleep(1)
39 print(".", end="")
40 time.sleep(1)
41 print(".")
42
43 # A method to import the wallpapers from src folder(dir_src)
44 @staticmethod

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected