comparison doc/v2_planning/coding_style.txt @ 1173:a0f178bc9052

changes during the meeting
author pascanur
date Fri, 17 Sep 2010 16:12:33 -0400
parents b70a1fcb7b4f
children fe6c25eb1e37
comparison
equal deleted inserted replaced
1172:3c2d7c5f0cf7 1173:a0f178bc9052
52 - One needs to look at the parent classes to see what these arguments 52 - One needs to look at the parent classes to see what these arguments
53 are. 53 are.
54 - You cannot use a **kw argument in your constructor for your own 54 - You cannot use a **kw argument in your constructor for your own
55 selfish purpose. 55 selfish purpose.
56 - I have no clue whether one could do this with multiple inheritance. 56 - I have no clue whether one could do this with multiple inheritance.
57 - More? 57 - Pb if super class adds an argument that has same name as a child class.
58 Question: Should we encourage this in Pylearn? 58 Question: Should we encourage this in Pylearn?
59 59
60 JB: +0.5 60 JB: +0.5
61 61
62 Closed for public debate 62 Closed for public debate