We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2015fa4 commit 0096eaeCopy full SHA for 0096eae
1 file changed
stdlib/@tests/stubtest_allowlists/common.txt
@@ -234,6 +234,7 @@ asyncio.locks.Condition.acquire
234
asyncio.locks.Condition.locked
235
asyncio.locks.Condition.release
236
237
+builtins.function # stubtest believes this exists in the stubs when it doesn't
238
builtins.memoryview.__contains__ # C type that implements __getitem__
239
builtins.reveal_locals # Builtins that type checkers pretends exist
240
builtins.reveal_type # Builtins that type checkers pretends exist
0 commit comments