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

Method get_file_path

monai/data/wsi_reader.py:243–245  ·  view source on GitHub ↗

Return the file path for the WSI object

(self, wsi)

Source from the content-addressed store, hash-verified

241
242 @abstractmethod
243 def get_file_path(self, wsi) -> str:
244 """Return the file path for the WSI object"""
245 raise NotImplementedError(f"Subclass {self.__class__.__name__} must implement this method.")
246
247 @abstractmethod
248 def get_mpp(self, wsi, level: int) -> tuple[float, float]:

Callers 1

_get_metadataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected