]> git.notmuchmail.org Git - notmuch/blob - bindings/python/docs/source/tags.rst
Import notmuch_0.28.2.orig.tar.gz
[notmuch] / bindings / python / docs / source / tags.rst
1 :class:`Tags` -- Notmuch tags
2 -----------------------------
3
4 .. currentmodule:: notmuch
5
6 .. autoclass:: Tags
7    :members:
8
9    .. method:: __len__
10
11        .. warning::
12
13             :meth:`__len__` was removed in version 0.6 as it exhausted the iterator and broke
14             list(Tags()). Use :meth:`len(list(msgs))` instead if you need to know the number of
15             tags.
16
17    .. automethod:: __str__