kamahen / pykythe

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

Handle "a, *b = [...]" #11

Open kamahen opened 5 years ago

kamahen commented 5 years ago

Unpacking has only minimal handling, and in particular doesn't handle a, *b = [1,2,3] correctly. See also issue #3.