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

Class B

tests/integration/test_one_of.py:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59class B(Transform):
60
61 def __call__(self, x):
62 return x + 2
63
64
65class C(Transform):

Calls

no outgoing calls