__del__() 
Prepare for object destruction. IOBase provides a default implementation of this method that calls the instance’s close() method.
__del__() 
Prepare for object destruction. IOBase provides a default implementation of this method that calls the instance’s close() method.
Please login to continue.