MCPcopy Index your code
hub / github.com/python/cpython / test_statx_attributes

Method test_statx_attributes

Lib/test/test_os/test_os.py:861–862  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

859
860 @unittest.skipUnless(hasattr(os, 'statx'), 'test needs os.statx()')
861 def test_statx_attributes(self):
862 self.check_statx_attributes(self.fname)
863
864 @unittest.skipUnless(hasattr(os, 'statx'), 'test needs os.statx()')
865 def test_statx_attributes_bytes(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected