mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 12:26:44 +08:00
Add missing items for distutils.command.* (#5773)
This was mostly generated by running stubgen. Existing annotations were kept, but converted to use PEP 604 and PEP 585.
This commit is contained in:
@@ -235,6 +235,7 @@ builtins.quit
|
||||
builtins.reveal_locals
|
||||
builtins.reveal_type
|
||||
collections.abc.* # Types are re-exported from _collections_abc, so errors should be fixed there
|
||||
distutils.command.check.SilentReporter # only defined if docutils in installed
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user