MCPcopy Index your code
hub / github.com/Project-MONAI/MONAI / finalize

Method finalize

monai/bundle/workflows.py:156–161  ·  view source on GitHub ↗

Finalize step after the running of bundle workflow.

(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

154
155 @abstractmethod
156 def finalize(self, *args: Any, **kwargs: Any) -> Any:
157 """
158 Finalize step after the running of bundle workflow.
159
160 """
161 raise NotImplementedError()
162
163 @abstractmethod
164 def _get_property(self, name: str, property: dict) -> Any:

Callers 2

runFunction · 0.45
run_workflowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected