PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` 10.4. statvfs — Constants used with os.statvfs() — Python 2.7.5 documentation

10.4. statvfs — Constants used with os.statvfs()

Deprecated since version 2.6: The statvfs module has been removed in Python 3.

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.

statvfs.F_BSIZE

Preferred file system block size.

statvfs.F_FRSIZE

Fundamental file system block size.

statvfs.F_BLOCKS

Total number of blocks in the filesystem.

statvfs.F_BFREE

Total number of free blocks.

statvfs.F_BAVAIL

Free blocks available to non-super user.

statvfs.F_FILES

Total number of file nodes.

statvfs.F_FFREE

Total number of free file nodes.

statvfs.F_FAVAIL

Free nodes available to non-super user.

statvfs.F_FLAG

Flags. System dependent: see statvfs() man page.

statvfs.F_NAMEMAX

Maximum file name length.

Previous topic

10.3. stat — Interpreting stat() results

Next topic

10.5. filecmp — File and Directory Comparisons

This Page