-
- Downloads
tests/bench: Add testcase for positional/kwargs to enumerate().
Inspired by discussion in #577. So, in this case of builtin function, passing args by keyword has less than 1% overhead.
tests/bench/func_builtin-1-enum_pos.py
0 → 100644
tests/bench/func_builtin-2-enum_kw.py
0 → 100644
Please register or sign in to comment