summaryrefslogtreecommitdiff
path: root/alot/widgets/globals.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-02-26 14:06:27 +0100
committerLucas Hoffmann <l-m-h@web.de>2017-02-26 14:06:27 +0100
commitec50a914e91712cf55f1e919d829834e92a76b38 (patch)
tree5f477eee82255ef401d25b4324b0fdb93a406bc0 /alot/widgets/globals.py
parentdaaee433bf64c0b6a4b2c5e1149c7538e2a2ea64 (diff)
Mention "public" attributes in class docstring
Diffstat (limited to 'alot/widgets/globals.py')
-rw-r--r--alot/widgets/globals.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py
index cb1369d2..95b55465 100644
--- a/alot/widgets/globals.py
+++ b/alot/widgets/globals.py
@@ -279,6 +279,10 @@ class TagWidget(urwid.AttrMap):
It looks up the string it displays in the `tags` section
of the config as well as custom theme settings for its tag.
+
+ Atributes that should be considered publicly readable:
+ :attr tag: the notmuch tag
+ :type tag: str
"""
def __init__(self, tag, fallback_normal=None, fallback_focus=None):
self.tag = tag