MCPcopy Create free account
hub / github.com/Atrovast/THGS / callback_update_sim_binary

Method callback_update_sim_binary

gui/main.py:904–906  ·  view source on GitHub ↗
(sender, app_data)

Source from the content-addressed store, hash-verified

902 )
903
904 def callback_update_sim_binary(sender, app_data):
905 self.sim_binary = app_data
906 self.need_update = True
907
908 dpg.add_checkbox(
909 label="binary",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected