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.