summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/fun-kwargs.py
Commit message (Collapse)AuthorAge
* Support passing positional args as keywords to bytecode functions.Paul Sokolovsky2014-02-16
| | | | | For this, record argument names along with each bytecode function. The code still includes extensive debug logging support so far.
* Rename fun-kwargs.py -> fun-kwvarargs.py to free up slot for simple kw test.Paul Sokolovsky2014-02-16
|
* py: Pass keyword arguments to byte code.Damien George2014-02-16