Hello Sympyiers,
As I am new, and trying to figure out a bit more about the code, can someone
quickly explain to me the following code:
===From symbol.py line 180-183
def __call__(self, *args, **assumptions):
return WildFunction(self.name, nargs=len(args))(*args,
**assumptions)
==========================
Where is the function WildFunction declared? I could not find it anywhere.
Thanks,
Julio
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To post to this group, send email to [email protected].
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.