mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 21:12:25 +08:00
Annotate UserList.sort() .index() arguments (#6472)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user