6ea6422664
Simply loading this module makes your constructors "strict". If your constructor is called with an attribute init argument that your class does not declare, then it dies. This is a great way to catch small typos.
4 lines
213 B
Text
4 lines
213 B
Text
Simply loading this module makes your constructors "strict". If
|
|
your constructor is called with an attribute init argument that
|
|
your class does not declare, then it dies. This is a great way to
|
|
catch small typos.
|