We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5effdbb commit ded5978Copy full SHA for ded5978
Lib/test/test_pathlib/test_pathlib_abc.py
@@ -1293,11 +1293,6 @@ def close(self):
1293
super().close()
1294
1295
1296
-DummyPathStatResult = collections.namedtuple(
1297
- 'DummyPathStatResult',
1298
- 'st_mode st_ino st_dev st_nlink st_uid st_gid st_size st_atime st_mtime st_ctime')
1299
-
1300
1301
class DummyPath(PathBase):
1302
"""
1303
Simple implementation of PathBase that keeps files and directories in
0 commit comments