Annotate UserList.sort() .index() arguments (#6472)

This commit is contained in:
Alex Waygood
2021-12-02 16:44:21 +00:00
committed by GitHub
parent 7b24e9d89a
commit a2e4a62fac
2 changed files with 7 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ codecs.CodecInfo.streamreader
codecs.CodecInfo.streamwriter
collections.ChainMap.get # Adding None to the underlying Mapping Union messed up mypy
collections.ChainMap.fromkeys # Runtime has *args which can really only be one argument
collections.UserList.sort # Runtime has *args but will error if any are supplied
# Coroutine and Generator properties are added programmatically
collections.abc.Coroutine.cr_await
collections.abc.Coroutine.cr_code