anentropic / python-waterloo

A cli tool to convert type annotations found in 'Google-style' docstrings into mypy py2 type comments (and from there into py3 type annotations).
2 stars 0 forks source link

NamedTuple and TypedDict should be recognised as local type defs... #47

Closed anentropic closed 3 years ago

anentropic commented 3 years ago

and I guess regular collections.namedtuple too

should we maybe treat any name in the namespace as a potential type?