mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Update a bunch of stubs
This commit is contained in:
@@ -12,4 +12,3 @@ class StreamReader(codecs.StreamReader):
|
||||
def getregentry() -> codecs.CodecInfo: pass
|
||||
def encode(input: str, errors: str = 'strict') -> bytes: pass
|
||||
def decode(input: bytes, errors: str = 'strict') -> str: pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user