[Biopython-dev] Usage of deprecated function apply()
Thomas Hamelryck
thamelry at vub.ac.be
Tue Sep 2 13:16:06 EDT 2003
> - self.this = apply(_KDTreec.new_KDTree,args)
> + self.this = _KDTreec.new_KDTree(*args)
This is Swig-generated code, not hand-written.
It's probably solved in the newest version of Swig, I'll try it out
when I find the time.
Tnx for the info,
Regards,
-Thomas
---
Thomas Hamelryck
ULTR/COMO
Institute for molecular biology/Computer Science Department
Vrije Universiteit Brussel (VUB)
Brussels, Belgium
http://homepages.vub.ac.be/~thamelry
More information about the Biopython-dev
mailing list