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

Preserve original docstring in cachedproperty #110

Merged
merged 1 commit into from
Jan 14, 2017

Conversation

induane
Copy link
Contributor

@induane induane commented Jan 13, 2017

This fixes Issue #109

Set the doc attribute on the original
docstring so that the docstring is preserved
and visible to tooling like sphinx and epydoc.

Slightly simply get and remove a line of code

Set the __doc__ attribute on the original
docstring so that the docstring is preserved
and visible to tooling like sphinx and epydoc.

Slightly simply __get__ and remove a line of code
@mahmoud
Copy link
Owner

mahmoud commented Jan 14, 2017

Great! Tested and ready to roll, just the way I like em. Merged :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants