[SciPy-dev] Documenting function-like classes

Robert Kern robert.kern at gmail.com
Sun Oct 25 21:41:45 EDT 2009


On Sun, Oct 25, 2009 at 16:37, David Goldsmith <d.l.goldsmith at gmail.com> wrote:

> What *is* the design motivation behind having a function-like class anyway?

Ufuncs have data and behavior bundled together. That's a classic
motivation for using classes. It just so happens that one of those
behaviors is very like a function call, so one of the methods is
__call__.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the SciPy-Dev mailing list