danielgtaylor / danielgtaylor/python-betterproto
If I run to_dict, the protobuf object is changed to dict type
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 1.8k
- Forks
- 234
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
programDict = program.to_dict(betterproto.Casing.CAMEL, True)
before:

after:

Beitragsleitfaden
Rechercherichtung
Start by reproducing the reported program.to_dict(betterproto.Casing.CAMEL, True) call and inspect the protobuf object before and after conversion. Done means to_dict returns the expected dict while leaving the original protobuf object unchanged.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- api
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 30/100