Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_data
Function · 0.80
setUp
Method · 0.80
Calls
1
get
Method · 0.80
Tested by
1
setUp
Method · 0.64