mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-09 19:21:26 +08:00
Add _TemporaryFileWrapper (#4559)
This commit is contained in:
@@ -455,6 +455,8 @@ builtins.quit
|
||||
builtins.reveal_locals
|
||||
builtins.reveal_type
|
||||
collections.abc.* # Types are re-exported from _collections_abc, so errors should be fixed there
|
||||
# Dynamically specified by __getattr__, and thus don't exist on the class
|
||||
tempfile._TemporaryFileWrapper.[\w_]+
|
||||
# Various classes in typing aren't types at runtime. In addition, mypy thinks some special forms are tautologically defined.
|
||||
typing.[A-Z]\w+
|
||||
# We can't distinguish not having a default value from having a default value of inspect.Parameter.empty
|
||||
|
||||
Reference in New Issue
Block a user