``set_auto_updates_enabled`` sets auto update enabled status. :param bool enabled: True to enable update, False to disable updates. :rtype: None
(enabled)
| 256 | |
| 257 | |
| 258 | def set_auto_updates_enabled(enabled): |
| 259 | """ |
| 260 | ``set_auto_updates_enabled`` sets auto update enabled status. |
| 261 | |
| 262 | :param bool enabled: True to enable update, False to disable updates. |
| 263 | :rtype: None |
| 264 | """ |
| 265 | core.BNSetAutoUpdatesEnabled(enabled) |
| 266 | |
| 267 | |
| 268 | def get_time_since_last_update_check(): |
no outgoing calls
no test coverage detected