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

The properties which is generated for a class , the comments is right type but the type always None . #32

Open
ChinaCowboy opened this issue Oct 24, 2022 · 2 comments

Comments

@ChinaCowboy
Copy link

The properties which is generated for a class , the comments is right type but the type always None .
For example : Class1. FooProperty1 => FooClassProperty , in the stub for FooProperty1 in Class1 is None but comments is right . so it will not go further autocomplete for Foo, (Foo = Class1. FooProperty1) , it is suppose to be or i needs to set dependency for the modules generated ?

@PavelAltynnikov
Copy link

PavelAltynnikov commented Oct 25, 2022

This is a problem of the stubs generator. The comment is correct because it was originally in the library.

@mike-reilly-bg
Copy link

I have made a script to fix this issue, see here: #35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants