Arkady Zalkowitsch

Results 1 issues of Arkady Zalkowitsch

`@dataclass` is a pretty good feature and unfortunatelly is not supported. https://github.com/marazt/object-mapper/blob/9d62e9bf00cd78afdaccd6e950a6bb4a1dd1cc06/mapper/object_mapper.py#L171 Example ``` class ObjectMapperTest(unittest.TestCase): """ Unit tests for the `ObjectMapper` module. """ @dataclass class FromTestDataClass: a: int b:...