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

Class A

tests/integration/test_one_of.py:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53class A(Transform):
54
55 def __call__(self, x):
56 return x + 1
57
58
59class B(Transform):

Calls

no outgoing calls