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 only thing that isn't working perfectly is Pylance doesn't seem to properly recognise this. It highlights the attribute in white and incorrect hover text is provided.
Looking at the types, I found
print(type(f))
<class 'AAttributes'>
But I couldn't find any reference to AAttributes in the codebase.
My question is, is there something that attrs needs to do to make Pylance work here? Or is this a bug/limitation with Pylance and I should open a ticket with them to get support for this?
Thanks.
The text was updated successfully, but these errors were encountered:
Consider this MRE
This all works fine.
The only thing that isn't working perfectly is Pylance doesn't seem to properly recognise this. It highlights the attribute in white and incorrect hover text is provided.
Looking at the types, I found
But I couldn't find any reference to
AAttributes
in the codebase.My question is, is there something that attrs needs to do to make Pylance work here? Or is this a bug/limitation with Pylance and I should open a ticket with them to get support for this?
Thanks.
The text was updated successfully, but these errors were encountered: