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

Add missing dunder attributes for TypeAliasType instances #470

Merged
merged 13 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. DRAFT assure attribute presence with GenericAlias

    creates more issues than it solves
    Daraan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d71e6c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9706ec4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e93412 View commit details
    Browse the repository at this point in the history
  4. Uses GenericAlias from _types

    Daraan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c155ca7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff16ad0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f535afb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    fa0681a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e69b75 View commit details
    Browse the repository at this point in the history
  3. fix typo

    AlexWaygood committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    53df006 View commit details
    Browse the repository at this point in the history
  4. fix py38

    AlexWaygood committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bad227d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c216119 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4b415b View commit details
    Browse the repository at this point in the history
  7. ruff

    AlexWaygood committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c147b6f View commit details
    Browse the repository at this point in the history