Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff180af + ef8abfc commit 3a0b6aaCopy full SHA for 3a0b6aa
1 file changed
Doc/library/io.rst
@@ -353,6 +353,12 @@ I/O Base Classes
353
is usual for each of the lines provided to have a line separator at the
354
end.
355
356
+ .. method:: __del__()
357
+
358
+ Prepare for object destruction. :class:`IOBase` provides a default
359
+ implementation of this method that calls the instance's
360
+ :meth:`~IOBase.close` method.
361
362
363
.. class:: RawIOBase
364
0 commit comments