Descriptor type hinting

Joseph L. Casale jcasale at activenetwerx.com
Thu Feb 27 17:21:31 EST 2014


How does one satisfy a lint/type checker with the return value of a class method decorated
with a descriptor? It returns a dict, and I want the type hinting to suggest this versus the
str|unknown its defaults to.

Thanks,
jlc


More information about the Python-list mailing list