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 5278258 commit a1ab18fCopy full SHA for a1ab18f
tests/stubtest_allowlists/py3_common.txt
@@ -270,6 +270,9 @@ pydoc.Helper.symbols_ # Loop variable in class https://github.com/python/typesh
270
pydoc.Helper.topic # Loop variable in class https://github.com/python/typeshed/issues/6401#issuecomment-981178522
271
# Dynamically specified by __getattr__, and thus don't exist on the class
272
tempfile._TemporaryFileWrapper.[\w_]+
273
+# stubtest incorrectly highlights the type argument as not having a default value.
274
+types.FunctionType.__get__
275
+types.LambdaType.__get__
276
# Various classes in typing aren't types at runtime. In addition, mypy thinks some special forms are tautologically defined.
277
typing.[A-Z]\w+
278
typing_extensions\..*
0 commit comments