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
Stubs for internal nested classes are created:
class ImageList() { @PythonName("_FromFileThreadPackage") class FromFileThreadPackage( @PythonName("im_files") imFiles: List<String>, @PythonName("im_channel") imChannel: Int, @PythonName("to_channel") toChannel: Int, @PythonName("im_width") imWidth: Int, @PythonName("im_height") imHeight: Int, tensor: Tensor, @PythonName("start_index") startIndex: Int ) @PythonName("_FromImageThread") class FromImageThread( packages: List<_FromFileThreadPackage> ) sub Thread }
Create stubs for the safe-ds library, check the created stubs in data\image\containers\ImageList.sdsstub.
safe-ds
data\image\containers\ImageList.sdsstub
No stubs for any internal API elements.
No response
The text was updated successfully, but these errors were encountered:
d75983a
Masara
Successfully merging a pull request may close this issue.
Describe the bug
Stubs for internal nested classes are created:
To Reproduce
Create stubs for the
safe-ds
library, check the created stubs indata\image\containers\ImageList.sdsstub
.Expected behavior
No stubs for any internal API elements.
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: