mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
528e5ba2c8
Fix documentation build sphinx warning: filesystem.rst:18: WARNING: Title underline too short.
32 lines
793 B
ReStructuredText
32 lines
793 B
ReStructuredText
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
|