|
|
|
|
|
by first_amendment
3220 days ago
|
|
It's unfortunate that the new version still creates __new__ using exec(). Doesn't seem necessary at all. Instead of generating the method as a string with the argument names filled in, why not use use a combination of * n and * * kw? |
|