Cancel a previous call to set_available_apps().
(self)
| 332 | self.clear_cache() |
| 333 | |
| 334 | def unset_available_apps(self): |
| 335 | """Cancel a previous call to set_available_apps().""" |
| 336 | self.app_configs = self.stored_app_configs.pop() |
| 337 | self.clear_cache() |
| 338 | |
| 339 | def set_installed_apps(self, installed): |
| 340 | """ |