kwgoodman / la

Meet larry, the labeled numpy array
http://pypi.python.org/pypi/la
Other
44 stars 20 forks source link

Add close method to IO class? #34

Closed kwgoodman closed 12 years ago

kwgoodman commented 13 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.

kwgoodman commented 12 years ago

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.