[Python APIView] Improve support for dataclasses
Open
APIView
Client
Python
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 144
Description
Known issues with dataclass implementation:
- [ ] field definitions are not always displayed
- [ ] `_: KW_ONLY` syntax does not produce an init with `*` kwonly marker
- [ ] `make_dataclass` is not supported
- [ ] default values from field definitions are not included in the synthesized init
Contributor guide
Assessment
This issue has not been assessed yet.