mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 05:22:23 +08:00
Add missing methods to collections classes (#6388)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
@@ -51,6 +51,7 @@ codecs.CodecInfo.streamreader
|
||||
codecs.CodecInfo.streamwriter
|
||||
# Coroutine and Generator properties are added programmatically
|
||||
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
|
||||
# Coroutine and Generator properties are added programmatically
|
||||
collections.abc.Coroutine.cr_await
|
||||
collections.abc.Coroutine.cr_code
|
||||
|
||||
Reference in New Issue
Block a user