All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
3 class ClassWithSingleField:
5 class ClassWithJustTheDocstring:
6 """Just a docstring."""
10 class ClassWithTheDocstringAndInit:
11 """Just a docstring."""
14 class ClassWithInitAndVars:
18 class ClassWithInitAndVarsAndDocstring:
23 class ClassWithDecoInit:
27 class ClassWithDecoInitAndVars:
32 class ClassWithDecoInitAndVarsAndDocstring:
38 class ClassSimplestWithInner:
41 class ClassSimplestWithInnerWithDocstring:
43 """Just a docstring."""
46 class ClassWithSingleFieldWithInner:
50 class ClassWithJustTheDocstringWithInner:
51 """Just a docstring."""
54 class ClassWithInitWithInner:
59 class ClassWithInitAndVarsWithInner:
65 class ClassWithInitAndVarsAndDocstringWithInner:
72 class ClassWithDecoInitWithInner:
78 class ClassWithDecoInitAndVarsWithInner:
85 class ClassWithDecoInitAndVarsAndDocstringWithInner:
93 class ClassWithDecoInitAndVarsAndDocstringWithInner2:
110 class ClassWithSingleField:
114 class ClassWithJustTheDocstring:
115 """Just a docstring."""
123 class ClassWithTheDocstringAndInit:
124 """Just a docstring."""
130 class ClassWithInitAndVars:
137 class ClassWithInitAndVarsAndDocstring:
146 class ClassWithDecoInit:
152 class ClassWithDecoInitAndVars:
160 class ClassWithDecoInitAndVarsAndDocstring:
170 class ClassSimplestWithInner:
175 class ClassSimplestWithInnerWithDocstring:
177 """Just a docstring."""
183 class ClassWithSingleFieldWithInner:
190 class ClassWithJustTheDocstringWithInner:
191 """Just a docstring."""
197 class ClassWithInitWithInner:
205 class ClassWithInitAndVarsWithInner:
215 class ClassWithInitAndVarsAndDocstringWithInner:
227 class ClassWithDecoInitWithInner:
236 class ClassWithDecoInitAndVarsWithInner:
247 class ClassWithDecoInitAndVarsAndDocstringWithInner:
260 class ClassWithDecoInitAndVarsAndDocstringWithInner2: