Lint
This commit is contained in:
parent
f5286b4e79
commit
92c77013bf
@ -166,7 +166,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(os_rmdir_obj, os_rmdir);
|
||||
//| def stat(path: str) -> Tuple[int, int, int, int, int, int, int, int, int, int]:
|
||||
//| """Get the status of a file or directory.
|
||||
//|
|
||||
//| Returns a tuple with the status of a file or directory in the following order,
|
||||
//| Returns a tuple with the status of a file or directory in the following order:
|
||||
//|
|
||||
//|
|
||||
//| * ``st_mode`` -- File type, regular or directory
|
||||
|
Loading…
Reference in New Issue
Block a user