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

Class InvA

tests/integration/test_one_of.py:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108class InvA(Inv):
109
110 def __init__(self, keys):
111 super().__init__(keys)
112 self.fwd_fn = lambda x: x + 1
113 self.inv_fn = lambda x: x - 1
114
115
116class InvB(Inv):

Callers 1

test_one_of.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…