Method
__init__
(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
Tested by
no test coverage detected