Hacker News new | ask | show | jobs
by trylist 330 days ago
Public API refers to the user of the class, not the implementer. You never call __init__ directly. __new__ allows modifying object creation itself for the implementer, but the user of the class will never call it.