[gnome-music/wip/jfelder/artistsview-selection: 17/17] artistalbumswidget: Add missing docstring
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/artistsview-selection: 17/17] artistalbumswidget: Add missing docstring
- Date: Sun, 29 Mar 2020 09:22:09 +0000 (UTC)
commit 57dadd25d00958fe2076ea505b0b55ffa5f2c693
Author: Jean Felder <jfelder src gnome org>
Date: Tue Mar 24 20:46:07 2020 +0100
artistalbumswidget: Add missing docstring
gnomemusic/widgets/artistalbumswidget.py | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/gnomemusic/widgets/artistalbumswidget.py b/gnomemusic/widgets/artistalbumswidget.py
index c6027dee..f682465a 100644
--- a/gnomemusic/widgets/artistalbumswidget.py
+++ b/gnomemusic/widgets/artistalbumswidget.py
@@ -41,6 +41,11 @@ class ArtistAlbumsWidget(Gtk.ListBox):
selection_mode = GObject.Property(type=bool, default=False)
def __init__(self, coreartist, application):
+ """Initialize the ArtistAlbumsWidget
+
+ :param CoreArtist coreartist: The CoreArtist object
+ :param Aplication application: The Application object
+ """
super().__init__()
self._application = application
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]