-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Implement a FunctionView. #23
Conversation
e0d9749
to
a5b8157
Compare
a5b8157
to
a912b70
Compare
a912b70
to
947a2c6
Compare
83ac746
to
4ffd2a5
Compare
@peterschutt Just wanted to point out we'll support 3.8 in Litestar beyond its EOL, specifically to cover evidently's use case, so dropping 3.8 would mean we definitely can't adopt. But I'm with you, I don't think we would be able to before 3.0 anyway. |
8534cb1
to
b33ea80
Compare
b33ea80
to
f96749c
Compare
Documentation preview will be available shortly at https://litestar-org.github.io/type-lens-docs-preview/23 |
Description
get_type_hints
in order to have practical use forParameterView
To be clear, this whole impl is in-flux, while I try to actually apply it to cappa, to make sure it's usable.The current API seems to be usable in cappa, and works in place of the the existing usages ofget_type_hints
andinspect.signature