3.2.3.13. lekkersim.ProtectedPartial

class lekkersim.ProtectedPartial

Like partial, but keywords provided at creation cannot be overwritten al call time

__init__()

Methods

__init__()

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