Skip to content

Typing stubs #467

Open
Open
@MilesCranmer

Description

@MilesCranmer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions