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

Method toggle_hidden_files

whipFTP_FileDialogs.py:760–763  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

758 self.canvas.coords(self.rect_id, -1, -1, -1, -1)
759
760 def toggle_hidden_files(self, event):
761 self.hidden_files = not self.hidden_files
762 self.update_file_list()
763 self.deselect_everything()
764
765 def on_mouse_wheel(self, event):
766 def delta(event):

Callers

nothing calls this directly

Calls 2

update_file_listMethod · 0.95
deselect_everythingMethod · 0.95

Tested by

no test coverage detected