(sender, app_data)
| 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", |
nothing calls this directly
no outgoing calls
no test coverage detected