Skip to content
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

Support quoted types #2

Open
TheTechRobo opened this issue Feb 2, 2023 · 2 comments
Open

Support quoted types #2

TheTechRobo opened this issue Feb 2, 2023 · 2 comments

Comments

@TheTechRobo
Copy link
Owner

For example; list['Task']

@TheTechRobo
Copy link
Owner Author

Looks like this is supported with the eval_str parameter in inspect.signature of python 3.10+. As such this is probably for 3.0 not 2.0 as 2.0 will support Python 3.9.

Or maybe the feature could be gated based on python version? idk

@TheTechRobo
Copy link
Owner Author

I do at least need to make sure that an exception isn't thrown when quoted types are used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant