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 support for type casting in the typed decorator #635

Merged
merged 6 commits into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    3323ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136abf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add new type conversion functions to basics.py

    ncoop57 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5b92f52 View commit details
    Browse the repository at this point in the history
  2. Update the function to handle optional types and to raise an error wh…

    …en casting with union types
    ncoop57 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f96b73a View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts

    ncoop57 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8ffc8d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9474b9b View commit details
    Browse the repository at this point in the history