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

Method meta

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

Source from the content-addressed store, hash-verified

382
383 @staticmethod
384 def meta(key: str | None = None) -> str:
385 return PostFix._get_str(key, "meta_dict")
386
387 @staticmethod
388 def orig_meta(key: str | None = None) -> str:

Callers 15

transforms.pyFile · 0.45
dictionary.pyFile · 0.45
sync_meta_infoFunction · 0.45
dictionary.pyFile · 0.45
dictionary.pyFile · 0.45
dictionary.pyFile · 0.45
dictionary.pyFile · 0.45
__call__Method · 0.45
inverseMethod · 0.45
__call__Method · 0.45
get_dataMethod · 0.45
test_with_dataloaderMethod · 0.45

Calls 1

_get_strMethod · 0.80

Tested by 15

get_dataMethod · 0.36
test_with_dataloaderMethod · 0.36
test_as_dictMethod · 0.36
test_transformsMethod · 0.36
test_dict_examplesMethod · 0.36
test_decollatedMethod · 0.36
test_reMethod · 0.36
test_saved_contentMethod · 0.36
test_factorMethod · 0.36