traveler.core.array_tools.partial#

class traveler.core.array_tools.partial(func, /, *args, **keywords)#

Bases: object

Create a new function with partial application of the given arguments and keywords.

Attributes#

args

tuple of arguments to future partial calls

func

function object to use in future partial calls

keywords

dictionary of keyword arguments to future partial calls