Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print sources for fget/fset/fdel property methods #4827

Merged

Commits on Jun 18, 2014

  1. Print sources for property fget/fset/fdel methods

    This commit incorporates a backward-incompatible change:
    `core.oinspect.getsource` will no longer accept `is_binary` kwarg.
    immerrr committed Jun 18, 2014
    Copy the full SHA
    783754c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    02f9be0 View commit details
    Browse the repository at this point in the history
  3. 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__
    immerrr committed Jun 18, 2014
    Copy the full SHA
    1fd9014 View commit details
    Browse the repository at this point in the history