gristlabs/grist-core

Implement __dict__ for Record objects

Open

#932 aberto em 9 de abr. de 2024

Ver no GitHub
 (3 comments) (0 reactions) (1 assignee)TypeScript (168 forks)batch import
good first issuegouv.frpython

Métricas do repositório

Stars
 (3.613 stars)
Métricas de merge de PR
 (Mesclagem média 11d 9h) (47 fundiu PRs em 30d)

Description

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 🙂

Guia do colaborador