Add stubs for aiofiles.os.path (#6787)

This commit is contained in:
Joseph Young
2022-01-13 10:31:19 +00:00
committed by GitHub
parent f7534891f1
commit 13e31aa3bf
3 changed files with 35 additions and 4 deletions
@@ -40,3 +40,12 @@ aiofiles.os.mkdir
aiofiles.os.makedirs
aiofiles.os.rmdir
aiofiles.os.removedirs
aiofiles.ospath.exists
aiofiles.ospath.isfile
aiofiles.ospath.isdir
aiofiles.ospath.getsize
aiofiles.ospath.getmtime
aiofiles.ospath.getatime
aiofiles.ospath.getctime
aiofiles.ospath.samefile
aiofiles.ospath.sameopenfile