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

Method data_dir

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

Source from the content-addressed store, hash-verified

530
531 @staticmethod
532 def data_dir() -> str | None:
533 return os.environ.get("MONAI_DATA_DIRECTORY")
534
535 @staticmethod
536 def debug() -> bool:

Callers 2

get_dataFunction · 0.80
setUpMethod · 0.80

Calls 1

getMethod · 0.80

Tested by 1

setUpMethod · 0.64