Colin Milhaupt
Results
2
comments of
Colin Milhaupt
@generalmimon thanks for the quick reply! Option 2 is certainly most elegant. I've never worked with Scala before, but I'll take a stab at it when I find some time....
For python I would expect the generated code to look something like: ``` def _set_id(self, value): if value is not None and not isinstance(value, str) and not isinstance(value, bool): raise...