> I would like to see the source code of > sage.matrix.matrix_modn_sparse.Matrix_modn_sparse.__eq__(), but I have > no idea where to look. The following doesn't work:: > > sage: L1 = matrix(GF(43), 3, 3, range(9), sparse=True) > sage: L1.__eq__?? > Error getting source: arg is not a module, class, method, function, > traceback, frame, or code object > Type: method-wrapper > Base Class: <type 'method-wrapper'> > String Form: <method-wrapper '__eq__' of > sage.matrix.matrix_modn_sparse.Matrix_modn_sparse object at 0x5bb2dd0> > Namespace: Interactive > Docstring [source file open failed]: > x.__eq__(y) <==> x==y sage/matrix/matrix_modn_sparse.pyx ?
-- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
