Dev > Standard Library > Flashcards
What is the partial function?
partial
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.
functools