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

Method print_verbose

monai/data/meta_tensor.py:605–609  ·  view source on GitHub ↗

Verbose print with meta data.

(self)

Source from the content-addressed store, hash-verified

603 return self.as_tensor().__format__(format_spec)
604
605 def print_verbose(self) -> None:
606 """Verbose print with meta data."""
607 print(self)
608 if self.meta is not None:
609 print(self.meta.__repr__())
610
611
612# needed in later versions of Pytorch to indicate the class is safe for serialisation

Callers

nothing calls this directly

Calls 1

__repr__Method · 0.45

Tested by

no test coverage detected