Changeset 7844:080091e64b66
- Timestamp:
- 12/20/07 17:08:01 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/misc/sageinspect.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/misc/sageinspect.py
r7843 r7844 59 59 Python classes with no docstring, but an __init__ docstring: 60 60 sage: class Foo: 61 ... .:def __init__(self):62 ... .:'docstring'63 ... .:pass64 ... .:61 ... def __init__(self): 62 ... 'docstring' 63 ... pass 64 ... 65 65 sage: sage_getdoc(Foo) 66 66 'docstring'
Note: See TracChangeset
for help on using the changeset viewer.
