We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a method constraints its signature using @overloads, no stub is generated.
@overloads
Generate stubs for the safe-ds library. Check the stubs for Column. No stubs are created for
safe-ds
Column
any
all
none
get_distinct_values
mode
count_if
Ignore all declarations with an @overload decorator. Create stubs for the normal declaration that does not have the decorator.
@overload
No response
The text was updated successfully, but these errors were encountered:
3f87c26
Masara
Successfully merging a pull request may close this issue.
Describe the bug
If a method constraints its signature using
@overloads
, no stub is generated.To Reproduce
Generate stubs for the
safe-ds
library. Check the stubs forColumn
. No stubs are created forany
all
none
get_distinct_values
mode
count_if
Expected behavior
Ignore all declarations with an
@overload
decorator. Create stubs for the normal declaration that does not have the decorator.Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: