mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Add importlib.resources.files for Python 3.9 (#4807)
Co-authored-by: hauntsaninja <> Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
This commit is contained in:
@@ -51,6 +51,7 @@ hmac.new # Stub is a white lie; see comments in the stub
|
||||
http.client.HTTPSConnection.__init__
|
||||
http.cookiejar.DefaultCookiePolicy.__init__
|
||||
http.server.SimpleHTTPRequestHandler.__init__
|
||||
importlib.abc.Traversable.__init__ # Inherits __init__ from typing.Protocol
|
||||
importlib.metadata.DistributionFinder.Context.pattern
|
||||
importlib.metadata.EntryPointBase
|
||||
ipaddress.IPv4Interface.hostmask
|
||||
|
||||
Reference in New Issue
Block a user