MCPcopy
hub / github.com/cool-RR/PySnooper / stat

Method stat

tests/mini_toolbox/pathlib.py:1354–1359  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1352 return obj
1353
1354 def stat(self):
1355 """
1356 Return the result of the stat() system call on this path, like
1357 os.stat() does.
1358 """
1359 return self._accessor.stat(self)
1360
1361 def owner(self):
1362 """

Callers 11

samefileMethod · 0.95
resolveMethod · 0.95
ownerMethod · 0.95
groupMethod · 0.95
existsMethod · 0.95
is_dirMethod · 0.95
is_fileMethod · 0.95
is_block_deviceMethod · 0.95
is_char_deviceMethod · 0.95
is_fifoMethod · 0.95
is_socketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected