Mypy Python Type Annotation How Do I Annotate A Type Which Has An Extra Attribute With Mypy? August 24, 2023 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?