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

Class X

tests/integration/test_one_of.py:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class X(Transform):
42
43 def __call__(self, x):
44 return x
45
46
47class Y(Transform):

Calls

no outgoing calls