gtalarico/ironpython-stubs

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

Opened this issue · 2 comments

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 ?

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

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