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:
Sebastian Rittau
2021-07-24 23:04:17 +02:00
committed by GitHub
parent 2b4bbec0d7
commit 2410c4f751
24 changed files with 627 additions and 70 deletions

View File

@@ -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.