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

Method toggle_all

StegoScan.py:1509–1512  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1507 chk.grid(row=row + 1, column=col, padx=5, pady=2, sticky="w")
1508
1509 def toggle_all(self):
1510 state1 = self.select_all_var1.get()
1511 for var in self.vars:
1512 var.set(state1)
1513
1514 def toggle_all_and_disable(self):
1515 state2 = self.select_all_var2.get()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected