The properties which is generated for a class , the comments is right type but the type always None .
Opened this issue · 2 comments
ChinaCowboy commented
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 commented
This is a problem of the stubs generator. The comment is correct because it was originally in the library.
mike-reilly-bg commented
I have made a script to fix this issue, see here: #35