mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 14:59:48 +08:00
Enable stubtest for aiofiles (#6698)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# Some arguments only exist on FreeBSD and MacOS
|
||||
aiofiles.os.sendfile
|
||||
|
||||
# These all delegate using *args,**kwargs, but stubs use signature of
|
||||
# method they are being delegated to.
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.close
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.detach
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.fileno
|
||||
|
||||
Reference in New Issue
Block a user