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

feat: Add callable type handling for stubs generator. #37

Closed
Masara opened this issue Nov 14, 2023 · 0 comments
Closed

feat: Add callable type handling for stubs generator. #37

Masara opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
enhancement 💡 New feature or request

Comments

@Masara
Copy link
Contributor

Masara commented Nov 14, 2023

Is your feature request related to a problem?

Currently callable types are not handled during the stubs generation. Callable types should be handled according to the Safe-DS documentation.

Desired solution

From the Safe-DS documentation:

Safe-DS Stubs Python Code
(a: Int, b: Int) -> r: Int Callable[[int, int], int]
(a: Int, b: Int) -> (r: Int, s: Int) Callable[[int, int], Tuple[int, int]]
@Masara Masara added the enhancement 💡 New feature or request label Nov 14, 2023
@Masara Masara self-assigned this Nov 17, 2023
@Masara Masara moved this from Backlog to ✔️ Done in Library Analysis Nov 17, 2023
@Masara Masara closed this as completed Nov 17, 2023
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
Status: ✔️ Done
Development

No branches or pull requests

1 participant