Y
Hacker News
new
|
ask
|
show
|
jobs
by
oivey
1455 days ago
They don't work in the way you would think for dataclasses or at all for dicts/TypedDicts.
See this for dataclasses:
https://github.com/python/mypy/issues/5374#issuecomment-8841...
.
1 comments
BerislavLopac
1449 days ago
This is a ridiculous example, because dataclasses and protocols are orthogonal: dataclasses (help) define data structures, while protocols define behaviour.
link