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 typing to ParserMethod #350

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 26, 2024

  1. Add typing to ParserMethod

    Assumes eager=False
    ribetm committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    55c068a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cb5104 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Mark ParserMethod private

    Co-authored-by: Steven Loria <[email protected]>
    2 people authored and Mathis Ribet committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f58aeda View commit details
    Browse the repository at this point in the history
  2. Use an overload to deal with default=None

    Mathis Ribet committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e590932 View commit details
    Browse the repository at this point in the history
  3. Remove useless type hints

    Mathis Ribet committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    44db227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5baa551 View commit details
    Browse the repository at this point in the history