Definition at line 40 of file updatenotifier.py.
◆ __init__()
| def robotide.application.updatenotifier.UpdateNotifierController.__init__ |
( |
|
self, |
|
|
|
settings |
|
) |
| |
◆ _get_download_url()
| def robotide.application.updatenotifier.UpdateNotifierController._get_download_url |
( |
|
self, |
|
|
|
version |
|
) |
| |
|
private |
◆ _get_newest_version()
| def robotide.application.updatenotifier.UpdateNotifierController._get_newest_version |
( |
|
self | ) |
|
|
private |
◆ _get_response()
| def robotide.application.updatenotifier.UpdateNotifierController._get_response |
( |
|
self, |
|
|
|
params, |
|
|
|
method |
|
) |
| |
|
private |
◆ _is_new_version_available()
| def robotide.application.updatenotifier.UpdateNotifierController._is_new_version_available |
( |
|
self | ) |
|
|
private |
◆ _should_check()
| def robotide.application.updatenotifier.UpdateNotifierController._should_check |
( |
|
self | ) |
|
|
private |
◆ notify_update_if_needed()
| def robotide.application.updatenotifier.UpdateNotifierController.notify_update_if_needed |
( |
|
self, |
|
|
|
update_notification_callback |
|
) |
| |
◆ _download_url
| robotide.application.updatenotifier.UpdateNotifierController._download_url |
|
private |
◆ _newest_version
| robotide.application.updatenotifier.UpdateNotifierController._newest_version |
|
private |
◆ _settings
| robotide.application.updatenotifier.UpdateNotifierController._settings |
|
private |
◆ SECONDS_IN_WEEK
| int robotide.application.updatenotifier.UpdateNotifierController.SECONDS_IN_WEEK = 60*60*24*7 |
|
static |
◆ VERSION
| robotide.application.updatenotifier.UpdateNotifierController.VERSION = version.VERSION |
|
static |
The documentation for this class was generated from the following file: