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

Method stat

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

Return the result of the stat() system call on this path, like os.stat() does.

(self, *, follow_symlinks=True)

Source from the content-addressed store, hash-verified

1006 return p
1007
1008 def stat(self, *, follow_symlinks=True):
1009 """
1010 Return the result of the stat() system call on this path, like
1011 os.stat() does.
1012 """
1013 return os.stat(self, follow_symlinks=follow_symlinks)
1014
1015 def owner(self):
1016 """

Callers 14

create_archiveFunction · 0.95
samefileMethod · 0.95
ownerMethod · 0.95
groupMethod · 0.95
lstatMethod · 0.95
existsMethod · 0.95
is_dirMethod · 0.95
is_fileMethod · 0.95
is_mountMethod · 0.95
is_block_deviceMethod · 0.95
is_char_deviceMethod · 0.95
is_fifoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected