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

Method __init__

monai/data/meta_obj.py:82–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 """
81
82 def __init__(self) -> None:
83 self._meta: dict = MetaObj.get_default_meta()
84 self._applied_operations: list = MetaObj.get_default_applied_operations()
85 self._pending_operations: list = MetaObj.get_default_applied_operations() # the same default as applied_ops
86 self._is_batch: bool = False
87
88 @staticmethod
89 def flatten_meta_objs(*args: Iterable):

Callers

nothing calls this directly

Calls 2

get_default_metaMethod · 0.80

Tested by

no test coverage detected