|
@ -649,7 +649,7 @@ def get_multiplier(a): |
|
|
### Partial |
|
|
### Partial |
|
|
```python |
|
|
```python |
|
|
from functools import partial |
|
|
from functools import partial |
|
|
<function> = partial(<function> [, <argument_1>, <argument_2>, ...]) |
|
|
|
|
|
|
|
|
<function> = partial(<function> [, <arg_1>, <arg_2>, ...]) |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
```python |
|
|
```python |
|
|