Re: [Pytables-users] File instances and WeakValueDictionaries

2009-02-03 Thread Francesc Alted
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

Re: [Pytables-users] File instances and WeakValueDictionaries

2009-02-03 Thread AFoglia
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

Re: [Pytables-users] Subclassing File

2009-02-03 Thread Francesc Alted
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