aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/docs/source/threads.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/docs/source/threads.rst')
-rw-r--r--bindings/python/docs/source/threads.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/bindings/python/docs/source/threads.rst b/bindings/python/docs/source/threads.rst
new file mode 100644
index 0000000..e5a8c8a
--- /dev/null
+++ b/bindings/python/docs/source/threads.rst
@@ -0,0 +1,10 @@
+:class:`Threads` -- Threads iterator
+====================================
+
+.. currentmodule:: notmuch
+
+.. autoclass:: Threads
+
+ .. automethod:: __len__
+
+ .. automethod:: __str__