Fix: don't overload a function called from __init__ Although this is valid in Python, it makes it very difficult for other people to follow the flow of your code.
Fix: don't overload a function called from __init__ Although this is valid in Python, it makes it very difficult for other people to follow the flow of your code.