aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/docs/source/tags.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/docs/source/tags.rst')
-rw-r--r--bindings/python/docs/source/tags.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/bindings/python/docs/source/tags.rst b/bindings/python/docs/source/tags.rst
new file mode 100644
index 0000000..31527d4
--- /dev/null
+++ b/bindings/python/docs/source/tags.rst
@@ -0,0 +1,17 @@
+:class:`Tags` -- Notmuch tags
+-----------------------------
+
+.. currentmodule:: notmuch
+
+.. autoclass:: Tags
+ :members:
+
+ .. method:: __len__
+
+ .. warning::
+
+ :meth:`__len__` was removed in version 0.6 as it exhausted the iterator and broke
+ list(Tags()). Use :meth:`len(list(msgs))` instead if you need to know the number of
+ tags.
+
+ .. automethod:: __str__