Files
RustPython/benches/microbenchmarks/call_kwargs.py
2020-12-13 17:06:21 +00:00

8 lines
49 B
Python

def add(a, b):
a + b
# ---
add(a=1, b=10)