mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 05:54:02 +08:00
Add io.{Reader,Writer} (#14013)
This commit is contained in:
@@ -129,9 +129,6 @@ importlib.machinery.__all__
|
||||
importlib.machinery.AppleFrameworkLoader
|
||||
importlib.util.__all__
|
||||
importlib.util.Loader
|
||||
io.__all__
|
||||
io.Reader
|
||||
io.Writer
|
||||
ipaddress._IPAddressBase.version
|
||||
logging.handlers.SysLogHandler.__init__
|
||||
marshal.dump
|
||||
@@ -299,6 +296,13 @@ typing(_extensions)?\.IO\.writelines
|
||||
.*\.ForwardRef\.__owner__
|
||||
.*\.ForwardRef\.__stringifier_dict__
|
||||
|
||||
# These protocols use ABC hackery at runtime.
|
||||
io.Reader.__class_getitem__
|
||||
io.Reader.read
|
||||
io.Writer.__class_getitem__
|
||||
io.Writer.write
|
||||
|
||||
|
||||
# =============================================================
|
||||
# Allowlist entries that cannot or should not be fixed; >= 3.13
|
||||
# =============================================================
|
||||
|
||||
Reference in New Issue
Block a user