(self)
| 1938 | self.checkForUpdates() |
| 1939 | |
| 1940 | def userCheckForUpdates(self): |
| 1941 | self.checkForUpdates(userInitiated=True) |
| 1942 | |
| 1943 | @needsClient |
| 1944 | def checkForUpdates(self, userInitiated=False): |
nothing calls this directly
no test coverage detected