MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / case_pdb_inst

Function case_pdb_inst

tests/bundle/test_config_parser.py:45–48  ·  view source on GitHub ↗
(sarg=None)

Source from the content-addressed store, hash-verified

43
44@TimedCall(seconds=100, force_quit=True)
45def case_pdb_inst(sarg=None):
46 config = {"transform": {"_target_": "Compose", "transforms": [], "_mode_": "debug"}}
47 parser = ConfigParser(config=config)
48 return parser.transform
49
50
51# test the resolved and parsed instances

Callers 1

test_pdbMethod · 0.85

Calls 1

ConfigParserClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…