ID EN
OS

fstatvfs

Python 3.11

Return information about the filesystem containing the file associated with file descriptor fd, like statvfs(). As of Python 3.3, this is equivalent to os.statvfs(fd).

Syntax

PYTHON
os.fstatvfs(fd, /)

See Also

statvfs() Availability