diff options
| author | David Bremner <david@tethera.net> | 2025-02-15 15:30:43 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-02-22 07:01:47 -0400 |
| commit | d526797ad198e394bb8b4909f43976b76fb347f1 (patch) | |
| tree | b924eefb8a1278afb988387a67e9fe413738003e /bindings/python/docs/source/filesystem.rst | |
| parent | 9782c8651192c1496541bd8949b7991c41528b3f (diff) | |
python: move legacy python bindings to contrib.
This forces us to verify the build and test suite completes without
the legacy python bindings.
As of this commit the legacy python bindings are unsupported by
notmuch. They are provided in contrib/ for now, but will most likely
eventually be removed from there as well. We recommend that
downstream/distro packagers phase out their packages for the legacy
python bindings.
Diffstat (limited to 'bindings/python/docs/source/filesystem.rst')
| -rw-r--r-- | bindings/python/docs/source/filesystem.rst | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/bindings/python/docs/source/filesystem.rst b/bindings/python/docs/source/filesystem.rst deleted file mode 100644 index 13fe1194..00000000 --- a/bindings/python/docs/source/filesystem.rst +++ /dev/null @@ -1,32 +0,0 @@ -Files and directories -===================== - -.. currentmodule:: notmuch - -:class:`Filenames` -- An iterator over filenames ------------------------------------------------- - -.. autoclass:: Filenames - - .. method:: Filenames.__len__ - .. warning:: - :meth:`__len__` was removed in version 0.22 as it exhausted the - iterator and broke list(Filenames()). Use `len(list(names))` - instead. - -:class:`Directory` -- A directory entry in the database -------------------------------------------------------- - -.. autoclass:: Directory - - .. automethod:: Directory.get_child_files - - .. automethod:: Directory.get_child_directories - - .. automethod:: Directory.get_mtime - - .. automethod:: Directory.set_mtime - - .. autoattribute:: Directory.mtime - - .. autoattribute:: Directory.path |
