mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-03 08:32:44 +08:00
Add stubs for importlib.(resources.)simple (#10931)
This commit is contained in:
@@ -17,10 +17,6 @@ tkinter._VersionInfoType.__doc__
|
||||
typing.NewType.__call__
|
||||
typing.NewType.__mro_entries__
|
||||
|
||||
# Modules that exist at runtime, but are missing from typeshed
|
||||
importlib.resources.simple
|
||||
importlib.simple
|
||||
|
||||
# Modules that exist at runtime, but shouldn't be added to typeshed
|
||||
ctypes.test
|
||||
ctypes\.test\..+
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Modules that exist at runtime, but are missing from typeshed
|
||||
zipfile._path.glob
|
||||
importlib.resources.simple
|
||||
importlib.simple
|
||||
|
||||
# Errors that also existed on Python 3.11
|
||||
_collections_abc.AsyncIterable.__class_getitem__
|
||||
|
||||
Reference in New Issue
Block a user