Guided Tour of DFP

Debugging

dfp.printr(x, fun=<function <lambda>>)

Debugging statement for piping

dfp.trace(f, before: Callable | None = None, after: Callable | None = None)

Trace the input and output of a function by wrapping it with trace.