MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / s

Function s

Wrapping/Python/tests/sitkProcessObjectTest.py:58–59  ·  view source on GitHub ↗
(var, value)

Source from the content-addressed store, hash-verified

56 f = sitk.CastImageFilter()
57
58 def s(var, value):
59 var[0] = value
60
61 # Use lists to store values since they're mutable (passed by reference)
62 start = [0]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected