Ticket #1283 (closed defect: duplicate)
Update coercion model API
| Reported by: | robertwb | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.10.2 |
| Component: | basic arithmetic | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description (last modified by mabshoff) (diff)
Currently, coercions (and conversions) are defined in many different places in the SAGE codebase. We are going through each parent and consolidating/cleaning up the codebase to conform to the new coercion API, as described in the new programming guide.
This includes removing all Parent __call__ methods to use a generic __call__.
Attachments
Change History
comment:2 Changed 5 years ago by robertwb
See relevant section of http://wiki.sagemath.org/days6/sprint/prog_guide/prog_guide/outline
Note: See
TracTickets for help on using
tickets.

