A Tuesday 03 February 2009, [email protected] escrigué:
> Francesc Alted wrote:
> > At least each open node keeps a reference to the File object. So,
> > in order to remove the File object you must close the nodes that
> > reference to them. See the File.close() for an example on how to
> > d
Francesc Alted wrote:
> At least each open node keeps a reference to the File object. So, in
> order to remove the File object you must close the nodes that reference
> to them. See the File.close() for an example on how to do this. I
> don't know if I have addressed your issue, but if not, p
A Monday 02 February 2009, Ivan Vilata i Balaguer escrigué:
> Andreas Hilboll (el 2009-02-02 a les 19:32:35 +0100) va dir::
> > import tables as t
> > class HDF5file(t.File) :
> > def __init__(self, filename, mode="r", title="", rootUEP="/",
> > filters=None, **params) :
> > super(HDF5f