MCPcopy Create free account
hub / github.com/LCBOWER33/StegoScan / toggle_all_and_disable

Method toggle_all_and_disable

StegoScan.py:1514–1518  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1512 var.set(state1)
1513
1514 def toggle_all_and_disable(self):
1515 state2 = self.select_all_var2.get()
1516 for var in self.vars:
1517 var.set(state2)
1518 num_downloads_entry.config(state=tk.DISABLED if state2 else tk.NORMAL)
1519
1520 def get_selected(self):
1521 """ Returns selected checkboxes, or 'all' if everything is selected """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected