ID EN
OS

fstat

Python 3.11

Get the status of the file descriptor fd. Return a stat_result object.

Syntax

PYTHON
os.fstat(fd)

See Also

stat_result stat()