Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
class
A(Transform):
54
55
def
__call__(self, x):
56
return
x + 1
57
58
59
class
B(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