summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/fun-callstar.py
Commit message (Expand)AuthorAge
* tests: Remove print('flush') from 2 tests, since stmhal now works.Damien George2014-04-17
* tests: Make tests pass on pyboard.Damien George2014-04-13
* py: Implement positional and keyword args via * and **.Damien George2014-03-30
* vm: Implement CALL_FUNCTION_VAR opcode (foo(*(1, 2, 3))).Paul Sokolovsky2014-03-30