Open signalpillar opened 9 years ago
Chapter 5.3 contains the following confusing statement.
Python classes do have something similar to a constructor: the init method.
Probably we should mention \__new__ which really creates an instance of the class.
\__new__
Chapter 5.3 contains the following confusing statement.
Probably we should mention
\__new__
which really creates an instance of the class.