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