top | item 44583173

(no title)

trylist | 7 months 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.

discuss

order

No comments yet.