|
From: Glen W. M. <Gle...@sw...> - 2007-03-02 14:50:09
|
On Fri, Mar 02, 2007 at 08:46:24AM -0600, Glen W. Mabey wrote: > P.S. You may also need to implement functions like __len__; if these > concepts are well-defined for your class, then it should be a very > straightforward process. But the problem is (if your experience is similar to mine) that then you'll want to implement __iter__ too, and you'll start liking this combination of python, numpy, and matplotlib *way* too much. Glen |