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

Add type hints #262

Open
Bi0T1N opened this issue Sep 30, 2023 · 1 comment
Open

Add type hints #262

Bi0T1N opened this issue Sep 30, 2023 · 1 comment

Comments

@Bi0T1N
Copy link

Bi0T1N commented Sep 30, 2023

Since Python 3.5 it's possible to provide type hints for functions. This allows e.g. static type checking but this module doesn't provide type hints yet.
If the current code generator is capable of knowing the expected types the type hints should be added to these functions.

@oaubert
Copy link
Owner

oaubert commented Oct 1, 2023

Great idea, it will be present at some time in the future.

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

2 participants