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:1318–1319 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
1316
backend =
"tifffile"
1317
1318
def
__init__(self, **kwargs):
1319
super().__init__(**kwargs)
1320
1321
@staticmethod
1322
def
get_level_count(wsi) -> int:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected