fromhttps://daniel.feldroy.com6 days agoPythonTIL: How to type args and kwargsType annotations for *args and **kwargs must reflect the value type in the containers for successful type checking.
fromQuansight4 weeks agoPythonEscaping Contravariance HellContravariance is a key concept in type checking that can cause confusion when using Python typecheckers.