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

Method push_applied_operation

monai/data/meta_obj.py:205–206  ·  view source on GitHub ↗
(self, t: Any)

Source from the content-addressed store, hash-verified

203 self._applied_operations = t
204
205 def push_applied_operation(self, t: Any) -> None:
206 self._applied_operations.append(t)
207
208 def pop_applied_operation(self) -> Any:
209 return self._applied_operations.pop()

Callers 2

track_transform_metaMethod · 0.95
apply_pendingFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected