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

Method debug

monai/utils/misc.py:536–538  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

534
535 @staticmethod
536 def debug() -> bool:
537 val = os.environ.get("MONAI_DEBUG", False)
538 return val if isinstance(val, bool) else str2bool(val)
539
540 @staticmethod
541 def doc_images() -> str | None:

Callers 15

__init__.pyFile · 0.80
run_cmdFunction · 0.80
detect_default_tf32Function · 0.80
cuassertFunction · 0.80
__init__Method · 0.80
apply_transformFunction · 0.80
__init__Method · 0.80
__call__Method · 0.80
__call__Method · 0.80
__call__Method · 0.80
__call__Method · 0.80

Calls 2

str2boolFunction · 0.85
getMethod · 0.80

Tested by 5

setUpClassMethod · 0.64
tearDownClassMethod · 0.64
test_monai_env_varsMethod · 0.64
setUpMethod · 0.64
setUpClassMethod · 0.64