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

Method initialize

monai/bundle/workflows.py:140–145  ·  view source on GitHub ↗

Initialize the bundle workflow before running.

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

Source from the content-addressed store, hash-verified

138
139 @abstractmethod
140 def initialize(self, *args: Any, **kwargs: Any) -> Any:
141 """
142 Initialize the bundle workflow before running.
143
144 """
145 raise NotImplementedError()
146
147 @abstractmethod
148 def run(self, *args: Any, **kwargs: Any) -> Any:

Callers 1

create_workflowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected