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:1053–1054 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
1051
backend =
"openslide"
1052
1053
def
__init__(self, **kwargs):
1054
super().__init__(**kwargs)
1055
1056
@staticmethod
1057
def
get_level_count(wsi) -> int:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected