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

Method progress

whipFTP.py:802–803  ·  view source on GitHub ↗
(file_name, status)

Source from the content-addressed store, hash-verified

800 def upload(self, ftpController, file_list, selected_file_indices):
801 #Thread safe progress function
802 def progress(file_name, status):
803 thread_request_queue.put(lambda:self.progress(file_name, status))
804 #Thread safe replace function
805 def replace(file_name, status):
806 thread_request_queue.put(lambda:self.thread_safe_replace(file_name, status))

Callers 6

uploadMethod · 0.95
upload_dndMethod · 0.95
downloadMethod · 0.95
search_fileMethod · 0.95
delete_itemMethod · 0.95
clipboard_pasteMethod · 0.95

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected