Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ C
Class
C
tests/integration/test_one_of.py:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
65
class
C(Transform):
66
67
def
__call__(self, x):
68
return
x + 3
69
70
71
class
MapBase(MapTransform):
Callers
3
test_compose_flatten_does_not_affect_random_order
Method · 0.90
test_compose_flatten_does_not_affect_one_of
Method · 0.70
test_one_of
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_compose_flatten_does_not_affect_random_order
Method · 0.72
test_compose_flatten_does_not_affect_one_of
Method · 0.56
test_one_of
Method · 0.56