Ticket #5405 (needs_review enhancement)
[with patch, needs work] create a decorator for adding default keyword arguments to a function
| Reported by: | mhansen | Owned by: | cwitty |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.3.4 |
| Component: | misc | Keywords: | |
| Cc: | mhansen, jason | Author(s): | |
| Report Upstream: | N/A | Reviewer(s): | |
| Merged in: | Work issues: |
Description (last modified by nthiery) (diff)
The typical usage of this decorator would be to be applied above a :obj:cached_method or :obj:cached_function decorator so that the correct cached object is returned.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

