MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / lstat

Method lstat

tools/python-3.11.9-amd64/Lib/pathlib.py:1158–1163  ·  view source on GitHub ↗

Like stat(), except if the path points to a symlink, the symlink's status information is returned, rather than its target's.

(self)

Source from the content-addressed store, hash-verified

1156 os.rmdir(self)
1157
1158 def lstat(self):
1159 """
1160 Like stat(), except if the path points to a symlink, the symlink's
1161 status information is returned, rather than its target's.
1162 """
1163 return self.stat(follow_symlinks=False)
1164
1165 def rename(self, target):
1166 """

Callers 14

is_symlinkMethod · 0.95
addpackageFunction · 0.80
_rmtree_islinkFunction · 0.80
rmtreeFunction · 0.80
islinkFunction · 0.80
lexistsFunction · 0.80
gettarinfoMethod · 0.80
_existsFunction · 0.80
onerrorMethod · 0.80
_lexistsFunction · 0.80
islinkFunction · 0.80
lexistsFunction · 0.80

Calls 1

statMethod · 0.95

Tested by

no test coverage detected