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 using tuples as positional arguments in rich repr #2379

Merged

Commits on Jul 5, 2022

  1. Add support for tuples as positional arguments in rich repr

    Currently, it isn't possible to use tuples as positional arguments from `__rich_repr__`, because they are special cased to support adding a key and a default value.
    
    This adds support for them, by allowing `None` as a key.
    saulshanabrook committed Jul 5, 2022
    Copy the full SHA
    833c912 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    saulshanabrook committed Jul 5, 2022
    Copy the full SHA
    25b8f62 View commit details
    Browse the repository at this point in the history
  3. Remove extra newline

    saulshanabrook committed Jul 5, 2022
    Copy the full SHA
    0232b2b View commit details
    Browse the repository at this point in the history
  4. Remove extra newline

    saulshanabrook committed Jul 5, 2022
    Copy the full SHA
    21b51aa View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Copy the full SHA
    28e5b52 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4ae2be6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

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