Changeset 5571:c3fb88471226 for sage/structure/parent_base.pyx
- Timestamp:
- 08/01/07 18:51:21 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/structure/parent_base.pyx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/structure/parent_base.pyx
r5489 r5571 49 49 self._base = base 50 50 51 cdef _coerce_c_impl(self,x): 52 if not self._base is self: 53 return self._coerce_try(x,(self._base)) 54 else: 55 raise TypeError, "No canonical coercion found." 56 51 57 ## def x__reduce__(self): 52 58 ## if HAS_DICTIONARY(self):
Note: See TracChangeset
for help on using the changeset viewer.
