Set Attribute Begin Parent Property
if the following are true:
- expression state at time t = "begin_expr"
- the expression at time t = obj.key = value
then parent stack at time (t + 1) = [ obj.key = value, parent stack at time t ]
if the following are true:
- expression state at time 27 = "begin_expr"
- the expression at time 27 = self."first_name" = first_name
then parent stack at time (27 + 1) = [ self."first_name" = first_name, parent stack at time 27 ]
Try stepping through the simulator to see LW Python push "Expression" into the "Parent" stack.
Code Editor
LW Python State
Current Line | 1 | Current Tab | 0 | Time | 0 |
LW Python Simulator
Comments
Please log in to add comments