Type casting in typecheck #268
robinderat
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
I'm afraid this is out of scope for this project. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love for
@typechecked
to include type casting similar to how I can give '1' to an int Field in pydantic and have it spit out an integer 1; possibly enabled by a parameter for folks who want to stick to raising a TypeError in the above mentioned case.Is this something that aligns with the project and would be possible to implement?
Beta Was this translation helpful? Give feedback.
All reactions