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

Method get_default_applied_operations

monai/data/meta_obj.py:150–156  ·  view source on GitHub ↗

Get the default applied operations. Returns: default applied operations.

()

Source from the content-addressed store, hash-verified

148
149 @staticmethod
150 def get_default_applied_operations() -> list:
151 """Get the default applied operations.
152
153 Returns:
154 default applied operations.
155 """
156 return []
157
158 def __repr__(self) -> str:
159 """String representation of class."""

Callers 7

__init__Method · 0.80
__init__Method · 0.80
applied_operationsMethod · 0.80
pending_operationsMethod · 0.80
sync_meta_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected