Question d’entretien chez Sii Poland

What is a constructor in Python?

Réponse à la question d'entretien

Utilisateur anonyme

19 janv. 2019

def __new__(cls) . This is constructor , that was tricky question because most of people this that __init__ is a class constructor.