spark_auto_mapper.helpers.capture_arguments

Module Contents

Functions

capture_arguments(func)

A decorator that forces keyword arguments in the wrapped method

spark_auto_mapper.helpers.capture_arguments.capture_arguments(func)

A decorator that forces keyword arguments in the wrapped method and saves actual input keyword arguments in _input_kwargs.

Note

Should only be used to wrap a method where first arg is self

Parameters

func (Any) –

Return type

Any