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 92c7701 commit 1a40757Copy full SHA for 1a40757
shared-bindings/os/__init__.c
@@ -170,11 +170,11 @@ MP_DEFINE_CONST_FUN_OBJ_1(os_rmdir_obj, os_rmdir);
170
//|
171
172
//| * ``st_mode`` -- File type, regular or directory
173
-//| * ``st_ino`` -- Unpopulated
174
-//| * ``st_dev`` -- Unpopulated
175
-//| * ``st_nlink`` -- Unpopulated
176
-//| * ``st_uid`` -- Unpopulated
177
-//| * ``st_gid`` -- Unpopulated
+//| * ``st_ino`` -- Set to 0
+//| * ``st_dev`` -- Set to 0
+//| * ``st_nlink`` -- Set to 0
+//| * ``st_uid`` -- Set to 0
+//| * ``st_gid`` -- Set to 0
178
//| * ``st_size`` -- Size of the file in bytes
179
//| * ``st_atime`` -- Time of most recent access expressed in seconds
180
//| * ``st_mtime`` -- Time of most recent content modification expressed in seconds.
0 commit comments