Can one run doctests on modified docstrings:

```
class ClassWithDocstring(object)
    """Blah Blah and doctests."""
    pass

instance_with_docstring = ClassWithDocstring()
instance_with_docstring.__doc__ = """Blah blah and other doctests"""
```

The doctests in instance_with_docstring.__doc__ are not checked.

The reason I am doing this is that I have a Manifold class but also
predefined Manifold instances for stuff like R^2 and R^3.

-- 
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