()
| 223 | enable_button.set_sensitive(False) |
| 224 | |
| 225 | def enable_button_after_delay(): |
| 226 | enable_button.set_sensitive(True) |
| 227 | return False |
| 228 | |
| 229 | GLib.timeout_add(500, enable_button_after_delay) |
| 230 |
nothing calls this directly
no test coverage detected