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

Method _get_property

monai/bundle/workflows.py:164–173  ·  view source on GitHub ↗

With specified property name and information, get the expected property value. Args: name: the name of target property. property: other information for the target property, defined in `TrainProperties` or `InferProperties`.

(self, name: str, property: dict)

Source from the content-addressed store, hash-verified

162
163 @abstractmethod
164 def _get_property(self, name: str, property: dict) -> Any:
165 """
166 With specified property name and information, get the expected property value.
167
168 Args:
169 name: the name of target property.
170 property: other information for the target property, defined in `TrainProperties` or `InferProperties`.
171
172 """
173 raise NotImplementedError()
174
175 @abstractmethod
176 def _set_property(self, name: str, property: dict, value: Any) -> Any:

Callers 1

__getattr__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected