diff options
-rw-r--r-- | Lib/io.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1194,9 +1194,6 @@ class TextIOWrapper(TextIOBase): # - "bytes_..." for integer variables that count input bytes # - "chars_..." for integer variables that count decoded characters - def __repr__(self): - return '<TIOW %x>' % id(self) - @property def encoding(self): return self._encoding |