#4368: Create a function which gets an attributed from an object and calls it
with
specified arguments and keywords
-------------------------+--------------------------------------------------
Reporter: mhansen | Owner: cwitty
Type: enhancement | Status: new
Priority: minor | Milestone: sage-3.2
Component: misc | Keywords:
-------------------------+--------------------------------------------------
Example:
{{{
sage: f = attrcall('r_core', 3); f
*.r_core(3)
sage: [f(p) for p in Partitions(5)]
[[2], [1, 1], [1, 1], [3, 1, 1], [2], [2], [1, 1]]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4368>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---