##// END OF EJS Templates
Use inspect.getdoc when populating _builtin_type_docstrings...
Use inspect.getdoc when populating _builtin_type_docstrings IPython.core.oinspect.getdoc uses inspect.getdoc which strips some whitespace internally and because of that inspect.getdoc(property) != property.__doc__

File last commit:

r16747:af448cfe
r17025:1fd90140
Show More
.gitignore
17 lines | 220 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config/options
docs/gh-pages
IPython/html/notebook/static/mathjax
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store