View source on GitHub |
Transforms a function into one that additionally output summaries.
oryx.util.get_summaries(
f
)
Args | |
---|---|
f
|
a callable. |
Returns | |
---|---|
A function that when called returns the original output of f and a
dictionary mapping summary names to their values during execution.
|