Within an interactive session I can override the printing of a matrix
as follows:

    >>> Matrix.__repr__ = mrepr
    >>> randMatrix(2,2)
    [34  16]
    [33  54]

When I try this in a docstring, it doesn't change the output. Does
anyone know what I should override in the docstring to get this to
work?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to