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

Params should render themselves #16

Closed
wants to merge 6 commits into from

Commits on Aug 4, 2023

  1. pythongh-104683: Argument Clinic: refactor format_docstring()

    Extract helper methods for formatting the signature and parameter
    sections, and clean up the remaining function body.
    erlend-aasland committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fd632eb View commit details
    Browse the repository at this point in the history
  2. Use splitlines() iso. comprehension

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    erlend-aasland and AlexWaygood authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1d244dc View commit details
    Browse the repository at this point in the history
  3. Revert "Use splitlines() iso. comprehension"

    This reverts commit 1d244dc.
    erlend-aasland committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9d3ed09 View commit details
    Browse the repository at this point in the history
  4. Split, not splitlines

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    erlend-aasland and AlexWaygood authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0902130 View commit details
    Browse the repository at this point in the history
  5. pythongh-104683: Argument Clinic: refactor parameter docstring rendering

    Previously, parameter docstring rendering was done in the DSLParser
    class. Instead, let the Parameter class render themselves.
    erlend-aasland committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fa29529 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6ef520 View commit details
    Browse the repository at this point in the history