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

Function case_pdb

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

Source from the content-addressed store, hash-verified

36
37@TimedCall(seconds=100, force_quit=True)
38def case_pdb(sarg=None):
39 config = {"transform": {"_target_": "Compose", "transforms": [], "_debug_": True}}
40 parser = ConfigParser(config=config)
41 parser.get_parsed_content()
42
43
44@TimedCall(seconds=100, force_quit=True)

Callers 1

test_pdbMethod · 0.85

Calls 2

get_parsed_contentMethod · 0.95
ConfigParserClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…