kamahen / pykythe

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

Handle *args, **kwargs #13

Open kamahen opened 5 years ago

kamahen commented 5 years ago

Need special handling of *args and **kwargs. Also, need to verify that regular args are handled properly (e.g. foo(i:int=1)). Need more test cases.