Is there a way to use classmethod to construct an instance with the instance attributes set without invoking the __init__ in python?

Eklenme Tarih 1 hour ago
Active 19
Görüntülenme 89
S

Is there a way to use classmethod to construct an instance with the instance attributes set without invoking the __init__ in python?