Deprecated since version 2.6: The statvfs module has been deprecated for removal in Python 3.0.
The statvfs module defines constants so interpreting the result if 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 os.statvfs() that contains the specified information.
10.3. stat — Interpreting stat() results
10.5. filecmp — File and Directory Comparisons
Enter search terms or a module, class or function name.