mutapath.MutaPath.lstat

MutaPath.lstat()[source]

Like stat(), but do not follow symbolic links.

>>> Path('.').lstat() == Path('.').stat()
True

See also

stat(), os.lstat()