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

Method __call__

tests/bundle/test_config_parser.py:85–86  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

83 return cls.compute(a, b, func)
84
85 def __call__(self, a, b):
86 return self.compute(a, b)
87
88
89TEST_CASE_2 = [

Callers

nothing calls this directly

Calls 1

computeMethod · 0.95

Tested by

no test coverage detected