Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
class
B(Transform):
60
61
def
__call__(self, x):
62
return
x + 2
63
64
65
class
C(Transform):
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