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

adds type hints to public APIs #111

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Commits on Nov 15, 2023

  1. adds type hints to public APIs

    ju1ius committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7ce5add View commit details
    Browse the repository at this point in the history
  2. prefer tuples for __slots__ definitions

    Slots are immutable so using lists is unnecessary.
    ju1ius committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0d1e8fe View commit details
    Browse the repository at this point in the history