We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For references, in to_dsl_type and get_reference_type we have to determine the concrete value of Reference[T]
to_dsl_type
get_reference_type
Reference[T]
We can handle the cases
Reference[str] class TestRef(Reference[str]): pass
We can't handle the case
class DaRef[T,S](Reference[S]): pass
this is related to ilevkivskyi/typing_inspect#110
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For references, in
to_dsl_type
andget_reference_type
we have to determine the concrete value ofReference[T]
We can handle the cases
We can't handle the case
this is related to ilevkivskyi/typing_inspect#110
The text was updated successfully, but these errors were encountered: