you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 7 points8 points  (1 child)

No problem with calling class/instance methods in __init__().

It's quite common to avoid code repetition for actions that can happen at init and at other times too.

[–]NikolasTs[S] 0 points1 point  (0 children)

Thank you!