module
pipen_report.utils
Functions
cache_fun
(
func
)
— Decorator to cache the result of a function to disk</>get_config
(
key
,runtime_value
)
(any) — Get the configuration</>
function
pipen_report.utils.
get_config
(
key
, runtime_value=None
)
→ any
Get the configuration
function
pipen_report.utils.
cache_fun
(
func
)
Decorator to cache the result of a function to disk