mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 05:22:23 +08:00
Add stubs for importlib.(resources.)readers (#10928)
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
This commit is contained in:
@@ -24,9 +24,6 @@ types.GenericAlias.__call__ # Would be complicated to fix properly, Any could s
|
||||
typing._SpecialForm.__mro_entries__
|
||||
weakref.ProxyType.__reversed__ # Doesn't really exist
|
||||
|
||||
# Modules that exist at runtime, but are missing from typeshed
|
||||
importlib.readers
|
||||
|
||||
# Modules that exist at runtime, but shouldn't be added to typeshed
|
||||
ctypes.test
|
||||
ctypes\.test\..+
|
||||
|
||||
@@ -18,8 +18,6 @@ typing.NewType.__call__
|
||||
typing.NewType.__mro_entries__
|
||||
|
||||
# Modules that exist at runtime, but are missing from typeshed
|
||||
importlib.readers
|
||||
importlib.resources.readers
|
||||
importlib.resources.simple
|
||||
importlib.simple
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Modules that exist at runtime, but are missing from typeshed
|
||||
zipfile._path.glob
|
||||
importlib.readers
|
||||
importlib.resources.readers
|
||||
importlib.resources.simple
|
||||
importlib.simple
|
||||
|
||||
|
||||
Reference in New Issue
Block a user