potassco / clorm

🗃️ A Python ORM-like interface for the Clingo Answer Set Programming (ASP) reasoner
https://clorm.readthedocs.io
MIT License
52 stars 5 forks source link

Change Field API to set callable defaults with `default_factory` #92

Closed daveraja closed 6 months ago

daveraja commented 2 years ago

Currently there is only default. But to be more consistent with dataclasses it would be better to have default and default_factory as separate options.

daveraja commented 6 months ago

This was fixed sometime ago but the issue wasn't closed.