Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ clear_pending_operations
Method
clear_pending_operations
monai/data/meta_obj.py:233–234 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
231
return
self._pending_operations.pop()
232
233
def
clear_pending_operations(self) -> Any:
234
self._pending_operations = MetaObj.get_default_applied_operations()
235
236
@property
237
def
is_batch(self) -> bool:
Callers
1
apply_pending
Function · 0.80
Calls
1
get_default_applied_operations
Method · 0.80
Tested by
no test coverage detected