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

Typing stubs #467

Open
MilesCranmer opened this issue Mar 3, 2024 · 0 comments
Open

Typing stubs #467

MilesCranmer opened this issue Mar 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MilesCranmer
Copy link
Contributor

Not urgent but just leaving this here for a future feature request. Right now if you do anything with mypy, you need to flag imports of juliacall with

from juliacall import Main as jl  # type: ignore

Because juliacall does not have type stubs available. It would be nice to have type hinting in Python for Julia objects, especially as Python moves more in this direction.

@MilesCranmer MilesCranmer added the enhancement New feature or request label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant