traveler.demo.work_location.partial# class traveler.demo.work_location.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