You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: