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

Method orig_meta

monai/utils/enums.py:388–389  ·  view source on GitHub ↗
(key: str | None = None)

Source from the content-addressed store, hash-verified

386
387 @staticmethod
388 def orig_meta(key: str | None = None) -> str:
389 return PostFix._get_str(key, "orig_meta_dict")
390
391 @staticmethod
392 def transforms(key: str | None = None) -> str:

Callers

nothing calls this directly

Calls 1

_get_strMethod · 0.80

Tested by

no test coverage detected