[Python-Dev] __setcall__
Robert Kern
robert.kern at gmail.com
Wed Oct 27 00:28:22 CEST 2010
On 10/26/10 5:05 PM, Bj Raz wrote:
> I'll look into SAGE, I am still curious if there is, a way, to write this in native python, cause I'm currently plotting in Autodesk Maya, and using Python.
This thread is off-topic for python-dev, which is intended for the development
*of* the Python interpreter, not development *in* Python. We should continue
this discussion on python-list, instead:
http://mail.python.org/mailman/listinfo/python-list
That said, I will answer your question. No, there is no way to do this in
Python. However, I don't think that is what the code you are trying to emulate
does. It looks like it is building up a list of values, not defining a function.
If you take your question over to python-list, I can explain more.
--
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 Python-Dev
mailing list