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

Document methods in rrule module #1025

Merged
merged 2 commits into from
Apr 24, 2020

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    829a703 View commit details
    Browse the repository at this point in the history
  2. Wrap _invalidates_cache decorator to preserve docstring

    autodoc will inspect the __doc__ attribute of the method. Since the decorator
    replaces the original method we use functools.wrap to copy __doc__.
    ffe4 committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    7a3f5c4 View commit details
    Browse the repository at this point in the history