Mypy Python Type Annotation How Do I Annotate A Type Which Has An Extra Attribute With Mypy? March 19, 2024 Post a Comment I have an ast.UnaryOp object, but I manually added a parent attribute (see answer). How do I annota… Read more How Do I Annotate A Type Which Has An Extra Attribute With Mypy?