Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ transforms
Method
transforms
monai/utils/enums.py:392–393 ·
view source on GitHub ↗
(key: str | None = None)
Source
from the content-addressed store, hash-verified
390
391
@staticmethod
392
def
transforms(key: str | None = None) -> str:
393
return
PostFix._get_str(key, TraceKeys.KEY_SUFFIX[1:])
394
395
396
class
TransformBackends(StrEnum):
Callers
9
__call__
Method · 0.80
__call__
Method · 0.80
as_dict
Method · 0.80
inverse
Method · 0.80
__call__
Method · 0.80
__getitem__
Method · 0.80
__getitem__
Method · 0.80
test_from_to_meta_tensord
Method · 0.80
test_transforms
Method · 0.80
Calls
1
_get_str
Method · 0.80
Tested by
4
__getitem__
Method · 0.64
__getitem__
Method · 0.64
test_from_to_meta_tensord
Method · 0.64
test_transforms
Method · 0.64