MCPcopy Create free account
hub / github.com/RainingComputers/whipFTP / cont_wait

Method cont_wait

whipFTP.py:1166–1167  ·  view source on GitHub ↗
(self, event = None)

Source from the content-addressed store, hash-verified

1164 self.master.after(100, self.do_wait)
1165
1166 def cont_wait(self, event = None):
1167 self.continue_wait = True
1168
1169 def do_wait(self, event = None):
1170 if(self.wait_anim is False): return

Callers 4

connect_threadMethod · 0.95
rename_fileMethod · 0.95
change_permissionsMethod · 0.95
create_dirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected