45
44
This is meant as a debugging tool, should not be used in real code.
47
46
(st_size, st_mtime, st_ctime, st_dev, st_ino,
49
48
return dict(st_size=st_size, st_mtime=st_mtime, st_ctime=st_ctime,
50
49
st_dev=st_dev, st_ino=st_ino, st_mode=st_mode)