Python/stat
< Python
The stat
module defines constants and functions for interpreting the results of os.stat()
, os.fstat()
and os.lstat()
(if they exist). For complete details about the stat()
, fstat()
and lstat()
calls, consult the documentation for your system.
Changed in version 3.4: The stat module is backed by a C implementation.
The stat
module defines the following functions to test for specific file types: