top | item 30622767

(no title)

efrank02 | 4 years ago

partial() is really useful and often overlooked

discuss

order

teddyh|4 years ago

But it’s not a builtin. partial() is in the functools module.

alanwreath|4 years ago

I’m confused on this point, isn’t functools part of the standard library? Or has this changed?