mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
d50171d1cc
Move each classes documentation into its own file and thus into its own page in the generated documentation. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
30 lines
670 B
ReStructuredText
30 lines
670 B
ReStructuredText
Files and directories
|
|
=====================
|
|
|
|
.. currentmodule:: notmuch
|
|
|
|
:class:`Filenames` -- An iterator over filenames
|
|
------------------------------------------------
|
|
|
|
.. autoclass:: Filenames
|
|
|
|
.. automethod:: Filenames.__len__
|
|
|
|
.. automethod:: Filenames.as_generator
|
|
|
|
:class:`Directoy` -- 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
|