Hacker News new | ask | show | jobs
by rcxdude 420 days ago
Init isn't really special (especially compared to e.g. __new__). It has no special privileges, it's just a method that is called when you construct an instance of the class.