Browse Source

Splat

pull/27/head
Jure Šorn 6 years ago
parent
commit
2c84fede11
1 changed files with 1 additions and 0 deletions
  1. 1
      README.md

1
README.md

@ -450,6 +450,7 @@ def f(<default_args>) # def f(x=0, y=0)
def f(<nondefault_args>, <default_args>) # def f(x, y=0)
```
Splat Operator
--------------
### Inside Function Call

Loading…
Cancel
Save