gristlabs/grist-core

Implement __dict__ for Record objects

Open

#932 aperta il 9 apr 2024

Vedi su GitHub
 (3 commenti) (0 reazioni) (1 assegnatario)TypeScript (168 fork)batch import
good first issuegouv.frpython

Metriche repository

Star
 (3613 star)
Metriche merge PR
 (Merge medio 11g 9h) (47 PR mergiate in 30 g)

Descrizione

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 🙂

Guida contributor