mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 04:52:21 +08:00
Test third party stubs with stubtest (#5615)
This commit is contained in:
27
stubs/aiofiles/@tests/stubtest_allowlist.txt
Normal file
27
stubs/aiofiles/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.close
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.detach
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.fileno
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.flush
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.isatty
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.readable
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.seekable
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.tell
|
||||
aiofiles.threadpool.binary.AsyncBufferedIOBase.writable
|
||||
aiofiles.threadpool.binary.AsyncFileIO.close
|
||||
aiofiles.threadpool.binary.AsyncFileIO.fileno
|
||||
aiofiles.threadpool.binary.AsyncFileIO.flush
|
||||
aiofiles.threadpool.binary.AsyncFileIO.isatty
|
||||
aiofiles.threadpool.binary.AsyncFileIO.readable
|
||||
aiofiles.threadpool.binary.AsyncFileIO.readall
|
||||
aiofiles.threadpool.binary.AsyncFileIO.seekable
|
||||
aiofiles.threadpool.binary.AsyncFileIO.tell
|
||||
aiofiles.threadpool.binary.AsyncFileIO.writable
|
||||
aiofiles.threadpool.text.AsyncTextIOWrapper.close
|
||||
aiofiles.threadpool.text.AsyncTextIOWrapper.detach
|
||||
aiofiles.threadpool.text.AsyncTextIOWrapper.fileno
|
||||
aiofiles.threadpool.text.AsyncTextIOWrapper.flush
|
||||
aiofiles.threadpool.text.AsyncTextIOWrapper.isatty
|
||||
aiofiles.threadpool.text.AsyncTextIOWrapper.readable
|
||||
aiofiles.threadpool.text.AsyncTextIOWrapper.seekable
|
||||
aiofiles.threadpool.text.AsyncTextIOWrapper.tell
|
||||
aiofiles.threadpool.text.AsyncTextIOWrapper.writable
|
||||
Reference in New Issue
Block a user