I have written the following decorator:
def partializable(fn): def arg_partializer(*fixable_parameters): def partialized_fn(*dynamic_args):