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

Method progress

whipFTP_FileDialogs.py:430–434  ·  view source on GitHub ↗
(self, percentage)

Source from the content-addressed store, hash-verified

428 self.vbar.config(style = 'TScrollbar')
429
430 def progress(self, percentage):
431 self.console_text.delete('insert linestart', 'insert lineend')
432 self.console_text.insert('end', percentage)
433 if(int(self.console_text.index('end').split('.')[0]) is 26):
434 self.vbar.config(style = 'TScrollbar')
435
436 def close_message(self):
437 if(self.closable is True):

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected