Add missing methods to collections classes (#6388)

Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
Alex Waygood
2021-11-26 19:53:16 +00:00
committed by GitHub
parent 5d3bb81d1c
commit 2dade8105a
2 changed files with 17 additions and 0 deletions

View File

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