Closed kwgoodman closed 12 years ago
One way to close an IO instance is "del io". But perhaps it would be nice to provide a close method since that is what the user will expect.
Decided not to add a close method. It is odd to have an io instance that is closed. None of the other methods will work. You'll just get strange h5py error messages.
One way to close an IO instance is "del io". But perhaps it would be nice to provide a close method since that is what the user will expect.