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

Method trace_key

monai/transforms/inverse.py:107–111  ·  view source on GitHub ↗

The key to store the stack of applied transforms.

(key: Hashable = None)

Source from the content-addressed store, hash-verified

105
106 @staticmethod
107 def trace_key(key: Hashable = None):
108 """The key to store the stack of applied transforms."""
109 if key is None:
110 return f"{TraceKeys.KEY_SUFFIX}"
111 return f"{key}{TraceKeys.KEY_SUFFIX}"
112
113 @staticmethod
114 def transform_info_keys():

Callers 11

track_transform_metaMethod · 0.80
inverse_updateMethod · 0.80
sync_meta_infoFunction · 0.80
__call__Method · 0.80
inverseMethod · 0.80
inverseMethod · 0.80
__call__Method · 0.80
test_defaultMethod · 0.80
test_inverseMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_defaultMethod · 0.64
test_inverseMethod · 0.64