[issue34700] typing.get_type_hints doesn't know about typeshed

Ben Darnell report at bugs.python.org
Mon Sep 24 23:08:24 EDT 2018


Ben Darnell <ben.darnell at gmail.com> added the comment:

Yeah, I think that would work at least for the sphinx use case. It seems like a strange partially-degraded mode and anything that needs structured access to the annotation would still need typeshed, but just getting the string would probably be enough for a lot of applications. In fact, sphinx *only* wants the string (AFAICT), so a separate method like get_type_hints_as_string() which stringifies everything even if it can be resolved might be a better route than an option to get_type_hints().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34700>
_______________________________________


More information about the Python-bugs-list mailing list