ogr icon indicating copy to clipboard operation
ogr copied to clipboard

Make use of `dataclasses`

Open LecrisUT opened this issue 10 months ago • 0 comments

This would better highlight the public/private properties and allow to add the documentation next to the attributes themselves. Pycharm supports the """ style documentation of the attributes.

attrs is another popular alternative which allows more fine-grained control, such as making an attribute read-only.

LecrisUT avatar Apr 24 '25 15:04 LecrisUT