Hacker News new | ask | show | jobs
by maleldil 635 days ago
Yes, it is. Typed Python supports duck typing to some extent; see typing.Protocol and stuff like Sequence, Iterable, Mapping, etc.
1 comments

I'd argue non-typed Python supports duck typing pretty well too, so you don't necessarily need Typed Python to support it.