Peter (Rocky) Villano
Results
1
comments of
Peter (Rocky) Villano
A workaround for anyone else who found themselves on this thread: I defined a utility method `stupid_get(attr_name)` in the one place I needed it. ```python def validate(self, data): def stupid_get(attr_name):...