Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeLanguages
Python
plr3.13
__init__

Python Language Reference, Version 3.13
3.3.1. __init__

Read this Section of the Authoritative Specification

https://docs.python.org/3.13/reference/datamodel.html#object.__init__

3 Documented Misconceptions

Misconception
InitCreates
__init__ must create a new object
Misconception
InitReturnsObject
__init__ needs to return an object
Misconception
NoEmptyInit
__init__ must do something

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors