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

Method __init__

monai/transforms/utility/array.py:514–517  ·  view source on GitHub ↗
(self, dtype: DtypeLike = None, wrap_sequence: bool = True)

Source from the content-addressed store, hash-verified

512 backend = [TransformBackends.NUMPY]
513
514 def __init__(self, dtype: DtypeLike = None, wrap_sequence: bool = True) -> None:
515 super().__init__()
516 self.dtype = dtype
517 self.wrap_sequence = wrap_sequence
518
519 def __call__(self, img: NdarrayOrTensor):
520 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected