mirror of https://github.com/python/cpython.git
Remove unused method from internal class.
This commit is contained in:
parent
386832ece2
commit
8437fe2708
|
@ -120,9 +120,6 @@ def pushlines(self, lines):
|
|||
# Reverse and insert at the front of the lines.
|
||||
self._lines[:0] = lines[::-1]
|
||||
|
||||
def is_closed(self):
|
||||
return self._closed
|
||||
|
||||
def __iter__(self):
|
||||
return self
|
||||
|
||||
|
|
Loading…
Reference in New Issue