Home
/
Python 3.11
/
OS
/
fstat
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
OS
fstat
Python 3.11
Get the status of the file descriptor fd. Return a stat_result object.
Syntax
PYTHON
Copy
os.fstat(fd)
See Also
stat_result
stat()