Typing hint for non-strict types? #33
futurewasfree
started this conversation in
General
Replies: 1 comment 2 replies
-
The annotated validator would still allow What is the motivation? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wondering if we could also adjust generated typing to have concrete type in type-hint? While keeping
strict_data_typing=False
and runtime validation/conversion.E.g. could we replace:
with
?
(notice removal of
FilePath
andMultiArrayNumpyFile
)Beta Was this translation helpful? Give feedback.
All reactions