When and how to evaluate Python annotations
When and how to evaluate Python annotations
Posted Jun 15, 2021 6:53 UTC (Tue) by cpitrat (subscriber, #116459)Parent article: When and how to evaluate Python annotations
Unless I missed something, none are mentioned in the article. Were they mentioned in the discussion? I wonder what these usages are.
Posted Jun 15, 2021 23:49 UTC (Tue)
by timrichardson (subscriber, #72836)
[Link] (5 responses)
Posted Jun 16, 2021 6:53 UTC (Wed)
by cpitrat (subscriber, #116459)
[Link] (2 responses)
What I wanted to ask is whether there's really any usage of annotations for something else than typing, so questioning rather the objections to this part:
Posted Jun 16, 2021 11:18 UTC (Wed)
by mathstuf (subscriber, #69389)
[Link] (1 responses)
Posted Jun 16, 2021 11:31 UTC (Wed)
by cpitrat (subscriber, #116459)
[Link]
Posted Jun 17, 2021 4:36 UTC (Thu)
by jamesh (guest, #1159)
[Link] (1 responses)
Posted Nov 28, 2022 17:06 UTC (Mon)
by agarbanzo (guest, #162411)
[Link]
Posted Aug 31, 2021 16:10 UTC (Tue)
by tanriol (guest, #131322)
[Link]
When and how to evaluate Python annotations
When and how to evaluate Python annotations
"restrict annotations to just type hints"
When and how to evaluate Python annotations
When and how to evaluate Python annotations
When and how to evaluate Python annotations
When and how to evaluate Python annotations
The `argh` argument parsing libary uses function argument annotations as per-argument documentation when generating the help output. Maybe there are some other "minor" uses in the ecosystem.
When and how to evaluate Python annotations
