Skip to content

Commit f29c898

Browse files
committed
Update docstubs stubs for preview
1 parent 8e4ff3e commit f29c898

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

stubs/micropython-v1_27_0_preview-docstubs/modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"firmware": "micropython-v1_27_0_preview",
99
"nodename": "micropython",
1010
"version": "v1.27.0-preview",
11-
"release": "v1.27.0-preview-426-gc07fda73f",
11+
"release": "v1.27.0-preview-440-ga6864109d",
1212
"sysname": "micropython"
1313
},
1414
"stubber": {

stubs/micropython-v1_27_0_preview-docstubs/os/__init__.pyi

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ def ilistdir(dir: Union[str,bytes]) -> Iterator[Union[Tuple[str, int, int], Tupl
9696
directories and 0x8000 for regular files;
9797
- *inode* is an integer corresponding to the inode of the file, and may be 0
9898
for filesystems that don't have such a notion.
99-
- Some platforms may return a 4-tuple that includes the entry's *size*. For
100-
file entries, *size* is an integer representing the size of the file
101-
or -1 if unknown. Its meaning is currently undefined for directory
102-
entries.
99+
- *size* is an integer that may be included depending on the filesystem type.
100+
For file entries, *size* represents the size of the file or -1 if unknown.
101+
Its meaning is currently undefined for directory entries.
103102
"""
104103
...
105104
@overload

0 commit comments

Comments
 (0)