Changeset 8258:445d8780bc5d


Ignore:
Timestamp:
01/18/08 23:40:12 (5 years ago)
Author:
Robert Bradshaw <robertwb@…>
Branch:
default
Message:

merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/categories/morphism.pyx

    r7681 r8258  
    132132             
    133133    cdef Element _call_c_impl(self, Element x): 
     134        print type(self), self 
     135        print <long>self._call_c 
     136        print <long>Morphism._call_c 
     137        print <long>FormalCoercionMorphism._call_c 
    134138        raise NotImplementedError 
    135139 
Note: See TracChangeset for help on using the changeset viewer.