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

Class Y

tests/integration/test_one_of.py:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47class Y(Transform):
48
49 def __call__(self, x):
50 return x
51
52
53class A(Transform):

Calls

no outgoing calls