Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ __init__
Method
__init__
monai/data/wsi_reader.py:772–774 ·
view source on GitHub ↗
(self, num_workers: int = 0, **kwargs)
Source
from the content-addressed store, hash-verified
770
backend =
"cucim"
771
772
def
__init__(self, num_workers: int = 0, **kwargs):
773
super().__init__(**kwargs)
774
self.num_workers = num_workers
775
776
@staticmethod
777
def
get_level_count(wsi) -> int:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected