kamahen / pykythe

Generate code Python source cross-reference facts in Kythe format
Other
21 stars 3 forks source link

Does not handle mypy types (from typing module) #14

Open kamahen opened 5 years ago

kamahen commented 5 years ago

e.g.:

x: Dict[int, str]
y = x[0].capitalize()

doesn't resolve x[0] to a str.