n | |
| :mod:`statvfs` --- Constants used with :func:`os.statvfs` |
| ========================================================= |
| |
| .. module:: statvfs |
| :synopsis: Constants for interpreting the result of os.statvfs(). |
n | :deprecated: |
| |
| .. deprecated:: 2.6 |
| The :mod:`statvfs` module has been deprecated for removal in Python 3.0. |
| |
| |
| .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il> |
| |
t | |
| .. % LaTeX'ed from comments in module |
| |
| The :mod:`statvfs` module defines constants so interpreting the result if |
| :func:`os.statvfs`, which returns a tuple, can be made without remembering |
| "magic numbers." Each of the constants defined in this module is the *index* of |
| the entry in the tuple returned by :func:`os.statvfs` that contains the |
| specified information. |
| |
| |