Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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__.py
File · 0.80
run_cmd
Function · 0.80
detect_default_tf32
Function · 0.80
cuassert
Function · 0.80
__init__
Method · 0.80
_check_data_uniformity
Method · 0.80
apply_transform
Function · 0.80
__init__
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
Calls
2
str2bool
Function · 0.85
get
Method · 0.80
Tested by
5
setUpClass
Method · 0.64
tearDownClass
Method · 0.64
test_monai_env_vars
Method · 0.64
setUp
Method · 0.64
setUpClass
Method · 0.64