I don’t really think so, but I think a tool like this that also tells you exactly WHY the class has a specific variance could be very useful and I would have needed it multiple times before.
If you use pyright/pylance or derived in your IDE you can get the info when hovering over the type var and request information. E.g. through cmd + K on a Mac + vscode. It will say covariant/invariant/contravariant.