Skip to content

Commit

Permalink
add codecs.StreamRecoder attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tungol committed Dec 24, 2024
1 parent 445858c commit abf19b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/codecs.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ class StreamReaderWriter(TextIO):
def writable(self) -> bool: ...

class StreamRecoder(BinaryIO):
data_encoding: str
file_encoding: str
def __init__(
self,
stream: _Stream,
Expand Down

0 comments on commit abf19b1

Please sign in to comment.