-
Notifications
You must be signed in to change notification settings - Fork 35
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
is_forward_ref() and eval_forward_ref(globs, locs) #15
Comments
I like the |
@ilevkivskyi @smarie is there any news on this? I'll be hardcoding |
@allrod5 |
I surely can, will do it soon :) |
@ilevkivskyi submitted: #57 |
Could you release the latest version of the library with forward_ref support? |
OK, I will make a release soon. |
I just uploaded new version to PyPI: https://pypi.org/project/typing-inspect/0.6.0/ |
Thanks! |
Not sure these need to be in typing_inspect, but for I am currently relying on the private names so I guess there is maybe something to do in the api here?
As always if this is too high-level / specific, feel, free to suggest to move it to pytypes or equivalent libs.
For example the
eval_forward_ref
above could be replaced with the low-levelThe text was updated successfully, but these errors were encountered: