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

Method insert

whipFTP_FileDialogs.py:424–428  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

422 except: continue
423
424 def insert(self, line):
425 self.console_text.insert('end',line+'\n')
426 self.console_text.see('end')
427 if(int(self.console_text.index('end').split('.')[0]) is 26):
428 self.vbar.config(style = 'TScrollbar')
429
430 def progress(self, percentage):
431 self.console_text.delete('insert linestart', 'insert lineend')

Callers 9

progressMethod · 0.80
__init__Method · 0.80
handle_dndMethod · 0.80
change_dirMethod · 0.80
dir_upMethod · 0.80
change_dir_side_barMethod · 0.80
__init__Method · 0.80
handle_comboboxMethod · 0.80
progressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected