stories icon indicating copy to clipboard operation
stories copied to clipboard

State object should be immutable outside story steps.

Open proofit404 opened this issue 4 years ago • 0 comments

state = State(a1v1=1)
state.a1v2 = 2 # error
a1(state)

proofit404 avatar Mar 24 '21 22:03 proofit404