spadarian opened this issue 6 years ago · 0 comments
Example:
... def __init__(self, a): if a > 0: self.positive = True else: self.positive = False
That would add the attribute twice.