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

Fix #8103: autodoc: cached_property is not considered as a property #8111

Merged
merged 2 commits into from Sep 15, 2020

Commits on Aug 13, 2020

  1. Fix sphinx-doc#8103: autodoc: cached_property is not considered as a …

    …property
    
    sphinx.util.inspect:isproperty() does not considers that
    cached_property decorator that has been added since Python 3.8 is
    a kind of properties.  This fixes it.
    tk0miya committed Aug 13, 2020
    6 Configuration menu
    Copy the full SHA
    088b049 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    dfbe687 View commit details
    Browse the repository at this point in the history