|
|
|
|
|
by BeefWellington
539 days ago
|
|
> Yeah it can be annoying if you're not good at keeping track of your own typing hints If you write all the code you deal with, then sure. My experiences on big projects tend to be typing problems introduced by libraries. The kind where documentation and the decorators suggest it'll only ever return some specific value type, but then very occasionally it'll return a tuple of that value type and a message. |
|