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

Method get_default_meta

monai/data/meta_obj.py:141–147  ·  view source on GitHub ↗

Get the default meta. Returns: default metadata.

()

Source from the content-addressed store, hash-verified

139
140 @staticmethod
141 def get_default_meta() -> dict:
142 """Get the default meta.
143
144 Returns:
145 default metadata.
146 """
147 return {}
148
149 @staticmethod
150 def get_default_applied_operations() -> list:

Callers 4

__init__Method · 0.80
metaMethod · 0.80
sync_meta_infoFunction · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected