The __call__ method for the core.basic.Basic class has 2 return statements

*return Basic.Function(self[0])(*args)
print self, args
return Basic.Apply(self, *args)

*Can someone explain whats going on here?
Also what does the *cache_it_immutable *function do exactly?

Goutham

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to