kamahen / pykythe

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

Support stub files #22

Open kamahen opened 5 years ago

kamahen commented 5 years ago

Currently, pykythe only handles type annotations that are in .py files. It should also support type annotations from stub files (.pyi). See also PEP 561.