gristlabs/grist-core

Implement __dict__ for Record objects

Open

#932 geöffnet am 9. Apr. 2024

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (3.613 Stars) (168 Forks)batch import
good first issuegouv.frpython

Beschreibung

Hey there 👋🏼

I now know of the RECORD function (thanks to MichaelGrist from the Discord server who kindly pointed me to it), but as a python user (and bad documentation reader) I feel like it would just make sense to be able to call dict(rec) and get a dictionary representation of the record.

Happy to implement if I get your go-ahead 🙂

Contributor Guide