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

Method __init__

monai/transforms/croppad/dictionary.py:388–389  ·  view source on GitHub ↗
(self, keys: KeysCollection, cropper: Crop, allow_missing_keys: bool = False, lazy: bool = False)

Source from the content-addressed store, hash-verified

386 backend = Crop.backend
387
388 def __init__(self, keys: KeysCollection, cropper: Crop, allow_missing_keys: bool = False, lazy: bool = False):
389 super().__init__(keys, cropper=cropper, allow_missing_keys=allow_missing_keys, lazy=lazy)
390
391 def set_random_state(self, seed: int | None = None, state: np.random.RandomState | None = None) -> RandCropd:
392 super().set_random_state(seed, state)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected