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

Method __init__

monai/transforms/utility/array.py:1458–1463  ·  view source on GitHub ↗
(self, name: str, *args, **kwargs)

Source from the content-addressed store, hash-verified

1456 """
1457
1458 def __init__(self, name: str, *args, **kwargs) -> None:
1459 super().__init__()
1460 self.name = name
1461 self.transform, _ = optional_import("cucim.core.operations.expose.transform", name=name)
1462 self.args = args
1463 self.kwargs = kwargs
1464
1465 def __call__(self, data):
1466 """

Callers 12

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

optional_importFunction · 0.90

Tested by

no test coverage detected