]> git.notmuchmail.org Git - notmuch/blob - bindings/python/docs/source/threads.rst
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / bindings / python / docs / source / threads.rst
1 :class:`Threads` -- Threads iterator
2 ====================================
3
4 .. currentmodule:: notmuch
5
6 .. autoclass:: Threads
7
8    .. method:: __len__
9    .. warning::
10       :meth:`__len__` was removed in version 0.22 as it exhausted the
11       iterator and broke list(Threads()). Use `len(list(msgs))`
12       instead.
13
14    .. automethod:: __str__