MCPcopy 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
396class TransformBackends(StrEnum):

Callers 9

__call__Method · 0.80
__call__Method · 0.80
as_dictMethod · 0.80
inverseMethod · 0.80
__call__Method · 0.80
__getitem__Method · 0.80
__getitem__Method · 0.80
test_transformsMethod · 0.80

Calls 1

_get_strMethod · 0.80

Tested by 4

__getitem__Method · 0.64
__getitem__Method · 0.64
test_transformsMethod · 0.64