Blaž Dolenc

Results 2 issues of Blaž Dolenc

If you have multiple bugs in your acton module they are produced in reversed order, starting at the bottom of the file: ```python class Circle(): radius: float def __init__(self, radius):...

If you reuse variable name in a class and assign a different type of object to it you can't access new or old class attributes: ```python class Circle(): radius: float...