Commit 8be8b60
Split out from #1586
warn for setter input from setting decorator, since it will not work to
put in a function directly in the decorator since the class object has
not yet been created. Therefore always the setter_name schould be used
and the binding of the setter methods schould take place when the class
object gets created.
Co-authored-by: Teemu R. <tpr@iki.fi>
1 parent db40713 commit 8be8b60
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
| |||
0 commit comments