aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/fun-callstar.py
AgeCommit message (Expand)Author
2014-03-30py: Implement positional and keyword args via * and **.Damien George
2014-03-30vm: Implement CALL_FUNCTION_VAR opcode (foo(*(1, 2, 3))).Paul Sokolovsky