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

Use dataclass_transform decorator (typing_extensions) #79

Open
PierreRaybaut opened this issue Sep 13, 2024 · 0 comments
Open

Use dataclass_transform decorator (typing_extensions) #79

PierreRaybaut opened this issue Sep 13, 2024 · 0 comments

Comments

@PierreRaybaut
Copy link
Collaborator

PierreRaybaut commented Sep 13, 2024

https://typing-extensions.readthedocs.io/en/latest/index.html#decorators

This could be useful to add typing hints for guidata.dataset.DataSet objects.

It would require to add a dependency over typing_extensions since the feature was introduced in standard typing package with Python 3.11 (and guidata still supports Python 3.9-3.10).

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

No branches or pull requests

1 participant