MCPcopy Index your code
hub / github.com/Project-MONAI/MONAI / _log_input_summary

Function _log_input_summary

monai/bundle/scripts.py:122–126  ·  view source on GitHub ↗
(tag: str, args: dict)

Source from the content-addressed store, hash-verified

120
121
122def _log_input_summary(tag: str, args: dict) -> None:
123 logger.info(f"--- input summary of monai.bundle.scripts.{tag} ---")
124 for name, val in args.items():
125 logger.info(f"> {name}: {pprint_edges(val, PPRINT_CONFIG_N)}")
126 logger.info("---\n\n")
127
128
129def _get_var_names(expr: str) -> list[str]:

Callers 7

downloadFunction · 0.85
verify_metadataFunction · 0.85
verify_net_in_outFunction · 0.85
onnx_exportFunction · 0.85
ckpt_exportFunction · 0.85
trt_exportFunction · 0.85
create_workflowFunction · 0.85

Calls 2

pprint_edgesFunction · 0.90
infoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…