def populate(self): """Populates the view""" self._window.notifications_popup.push_loading() grilo.populate_artists(self._offset, self._add_item)
def _populate(self, data=None): """Populates the view""" self._window.notifications_popup.push_loading() grilo.populate_artists(self._offset, self._add_item) self._init = True
def populate(self): """Populates the view""" self.window.push_loading_notification() grilo.populate_artists(self._offset, self._add_item)
def populate(self): """Populates the view""" self.window._init_loading_notification() grilo.populate_artists(self._offset, self._add_item)