Proofs
A proof is a series of claims that lead to a conclusion. Some proofs are conditional, which means that the claims can only be made under certain conditions. Click on a statement to see the proof
- expression state at time 76 = "return"
- Value Stack at time 76 = [ [ ], [ ] ]
- Return Value at time 76 = 5
then Value Stack at time 77 = [ [ 5, [ ] ], [ ] ]
- expression state at time 76 = "return"
- Variables Map at time 76 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 77 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 76 = "return"
- the line at time 76 = 9
then the line at time 77 = 9
- expression state at time 76 = "return"
- the tab at time 76 = 2
then the tab at time 77 = 2
- expression state at time 76 = "return"
- arguments stack at time 76 = [ [ ], [ ] ]
then arguments stack at time 77 = [ [ ], [ ] ]
- expression state at time 76 = "return"
- parent stack at time 76 = [ self."y" = 5, [ ] ]
then parent stack at time 77 = [ self."y" = 5, [ ] ]
- expression state at time 76 = "return"
- stack at time 76 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 77 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- expression state at time 76 = "return"
- Class Map at time 76 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
then Class Map at time 77 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
- expression state at time 76 = "return"
- Python Object Store at time 76 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 77 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 76 = "return"
- Control Map at time 76 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
then Control Map at time 77 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- expression state at time 77 = "iterate_args"
- arguments stack at time 77 = [ [ ], [ ] ]
- parent stack at time 77 = [ self."y" = 5, [ ] ]
then expression state at time 78 = "call_function_begin"
- expression state at time 77 = "iterate_args"
- arguments stack at time 77 = [ [ ], [ ] ]
- parent stack at time 77 = [ self."y" = 5, [ ] ]
then the expression at time 78 = self."y" = 5
- expression state at time 77 = "iterate_args"
- arguments stack at time 77 = [ [ ], [ ] ]
- parent stack at time 77 = [ self."y" = 5, [ ] ]
then parent stack at time 78 = [ ]
- expression state at time 77 = "iterate_args"
- arguments stack at time 77 = [ [ ], [ ] ]
- parent stack at time 77 = [ self."y" = 5, [ ] ]
then arguments stack at time 78 = [ ]
- expression state at time 77 = "iterate_args"
- Value Stack at time 77 = [ [ 5, [ ] ], [ ] ]
then Value Stack at time 78 = [ [ 5, [ ] ], [ ] ]
- expression state at time 77 = "iterate_args"
- the line at time 77 = 9
then the line at time 78 = 9
- expression state at time 77 = "iterate_args"
- the tab at time 77 = 2
then the tab at time 78 = 2
- expression state at time 77 = "iterate_args"
- stack at time 77 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 78 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- expression state at time 77 = "iterate_args"
- Python Object Store at time 77 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 78 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 77 = "iterate_args"
- Control Map at time 77 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
then Control Map at time 78 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- expression state at time 77 = "iterate_args"
- Variables Map at time 77 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 78 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 77 = "iterate_args"
- Class Map at time 77 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
then Class Map at time 78 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
- expression state at time 78 = "call_function_begin"
- Value Stack at time 78 = [ [ 5, [ ] ], [ ] ]
- the expression at time 78 = self."y" = 5
- value at self in map (Variables Map at time 78) = Python reference 0
- Python Object Store at time 78 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 0, [ ] ] ] ], [ ] ]
- the element at index 0 of stack (Python Object Store at time 78) = Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 0, [ ] ] ] ]
then Python Object Store at time 79 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 5, [ ] ] ] ], [ ] ]
- expression state at time 78 = "call_function_begin"
- parent stack at time 78 = [ ]
- the expression at time 78 = self."y" = 5
then expression state at time 79 = "end_expr"
- expression state at time 78 = "call_function_begin"
- Value Stack at time 78 = [ [ 5, [ ] ], [ ] ]
- the expression at time 78 = self."y" = 5
then Value Stack at time 79 = [ ]
- expression state at time 78 = "call_function_begin"
- arguments stack at time 78 = [ ]
then arguments stack at time 79 = [ ]
- expression state at time 78 = "call_function_begin"
- parent stack at time 78 = [ ]
then parent stack at time 79 = [ ]
- expression state at time 78 = "call_function_begin"
- Control Map at time 78 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
then Control Map at time 79 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- expression state at time 78 = "call_function_begin"
- Variables Map at time 78 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 79 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 78 = "call_function_begin"
- the line at time 78 = 9
then the line at time 79 = 9
- expression state at time 78 = "call_function_begin"
- the tab at time 78 = 2
then the tab at time 79 = 2
- expression state at time 78 = "call_function_begin"
- stack at time 78 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 79 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- expression state at time 78 = "call_function_begin"
- Class Map at time 78 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
then Class Map at time 79 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
- the line at time 79 = 9
- the tab at time 79 = 2
- statement at line 9, tab 2 = self."y" = 5
- expression state at time 79 = "end_expr"
then the line at time 80 = 10
- the line at time 79 = 9
- the tab at time 79 = 2
- statement at line 9, tab 2 = self."y" = 5
- expression state at time 79 = "end_expr"
then the tab at time 80 = 2
- the line at time 79 = 9
- the tab at time 79 = 2
- statement at line 9, tab 2 = self."y" = 5
- expression state at time 79 = "end_expr"
- Python Object Store at time 79 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 5, [ ] ] ] ], [ ] ]
then Python Object Store at time 80 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 5, [ ] ] ] ], [ ] ]
- the line at time 79 = 9
- the tab at time 79 = 2
- statement at line 9, tab 2 = self."y" = 5
- expression state at time 79 = "end_expr"
- Control Map at time 79 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
then Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- the line at time 79 = 9
- the tab at time 79 = 2
- statement at line 9, tab 2 = self."y" = 5
- Variables Map at time 79 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 80 = [ entry self: (Python reference 0), [ ] ]
- the line at time 79 = 9
- the tab at time 79 = 2
- statement at line 9, tab 2 = self."y" = 5
- stack at time 79 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 80 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- the line at time 79 = 9
- the tab at time 79 = 2
- statement at line 9, tab 2 = self."y" = 5
- Class Map at time 79 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
then Class Map at time 80 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- not ("jump" = "__init__")
then Return Value at time 81 = None
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- stack at time 80 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then the line at time 81 = 12
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- stack at time 80 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then the tab at time 81 = 0
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- stack at time 80 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then expression state at time 81 = "call_returned"
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- stack at time 80 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then parent stack at time 81 = [ ]
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- stack at time 80 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then Variables Map at time 81 = [ entry joe: (Python reference 0), [ ] ]
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- stack at time 80 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then arguments stack at time 81 = [ ]
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- stack at time 80 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then Value Stack at time 81 = [ ]
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- stack at time 80 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 81 = [ ]
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- stack at time 80 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 12 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then Control Map at time 81 = [ entry 0: (pair ("class", "Dog")), [ ] ]
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- Python Object Store at time 80 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 5, [ ] ] ] ], [ ] ]
then Python Object Store at time 81 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 5, [ ] ] ] ], [ ] ]
- the line at time 80 = 10
- the tab at time 80 = 2
- statement at line 10, tab 0 =
joe = Dog()
- Control Map at time 80 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "jump")), [ ] ] ]
- Class Map at time 80 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
then Class Map at time 81 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
- expression state at time 81 = "call_returned"
- parent stack at time 81 = [ ]
then expression state at time 82 = "end_expr"
- expression state at time 81 = "call_returned"
- the line at time 81 = 12
then the line at time 82 = 12
- expression state at time 81 = "call_returned"
- the tab at time 81 = 0
then the tab at time 82 = 0
- expression state at time 81 = "call_returned"
- Variables Map at time 81 = [ entry joe: (Python reference 0), [ ] ]
then Variables Map at time 82 = [ entry joe: (Python reference 0), [ ] ]
- expression state at time 81 = "call_returned"
- Return Value at time 81 = None
then Return Value at time 82 = None
- expression state at time 81 = "call_returned"
- stack at time 81 = [ ]
then stack at time 82 = [ ]
- expression state at time 81 = "call_returned"
- parent stack at time 81 = [ ]
then parent stack at time 82 = [ ]
- expression state at time 81 = "call_returned"
- arguments stack at time 81 = [ ]
then arguments stack at time 82 = [ ]
- expression state at time 81 = "call_returned"
- Python Object Store at time 81 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 5, [ ] ] ] ], [ ] ]
then Python Object Store at time 82 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 5, [ ] ] ] ], [ ] ]
- expression state at time 81 = "call_returned"
- Value Stack at time 81 = [ ]
then Value Stack at time 82 = [ ]
- expression state at time 81 = "call_returned"
- Control Map at time 81 = [ entry 0: (pair ("class", "Dog")), [ ] ]
then Control Map at time 82 = [ entry 0: (pair ("class", "Dog")), [ ] ]
- expression state at time 81 = "call_returned"
- Class Map at time 81 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
then Class Map at time 82 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
- the line at time 82 = 12
- the tab at time 82 = 0
- statement at line 12, tab 0 =
joe.jump()
- expression state at time 82 = "end_expr"
then the line at time 83 = 13
- the line at time 82 = 12
- the tab at time 82 = 0
- statement at line 12, tab 0 =
joe.jump()
- expression state at time 82 = "end_expr"
then the tab at time 83 = 0
- the line at time 82 = 12
- the tab at time 82 = 0
- statement at line 12, tab 0 =
joe.jump()
- expression state at time 82 = "end_expr"
- Control Map at time 82 = [ entry 0: (pair ("class", "Dog")), [ ] ]
then Control Map at time 83 = [ entry 0: (pair ("class", "Dog")), [ ] ]
- the line at time 82 = 12
- the tab at time 82 = 0
- statement at line 12, tab 0 =
joe.jump()
- expression state at time 82 = "end_expr"
- Python Object Store at time 82 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 5, [ ] ] ] ], [ ] ]
then Python Object Store at time 83 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 5, [ entry "y": 5, [ ] ] ] ], [ ] ]
- the line at time 82 = 12
- the tab at time 82 = 0
- statement at line 12, tab 0 =
joe.jump()
- expression state at time 82 = "end_expr"
- Variables Map at time 82 = [ entry joe: (Python reference 0), [ ] ]
then Variables Map at time 83 = [ entry joe: (Python reference 0), [ ] ]
- the line at time 82 = 12
- the tab at time 82 = 0
- statement at line 12, tab 0 =
joe.jump()
- expression state at time 82 = "end_expr"
- stack at time 82 = [ ]
then stack at time 83 = [ ]
- the line at time 82 = 12
- the tab at time 82 = 0
- statement at line 12, tab 0 =
joe.jump()
- Class Map at time 82 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]
then Class Map at time 83 = [ entry "Animal": [ entry "bases": [ ], [ entry "methods": [ entry "__init__": [ entry "params": [ self, [ ] ], [ entry "line": 2, [ ] ] ], [ entry "move": [ entry "params": [ self, [ ] ], [ entry "line": 5, [ ] ] ], [ ] ] ], [ entry "line": 1, [ ] ] ] ], [ entry "Dog": [ entry "bases": [ "Animal", [ ] ], [ entry "methods": [ entry "jump": [ entry "params": [ self, [ ] ], [ entry "line": 8, [ ] ] ], [ ] ], [ entry "line": 7, [ ] ] ] ], [ ] ] ]