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

Method concatd

tests/transforms/compose/test_compose.py:730–735  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

728
729 @staticmethod
730 def concatd(value):
731
732 def _inner(data):
733 return {k: v + value for k, v in data.items()}
734
735 return _inner
736
737 @staticmethod
738 def concata(value):

Callers 1

test_compose.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected