Standard Library Flashcards

Learn functions from the standard library

1
Q

What is the partial function?

A

partial creates a new function with some arguments of the original function pre-set.

The partial function is a tool from the functools module in Python.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly