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 44 = "iterate_args"
- Python Object Store at time 44 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 45 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 44 = "iterate_args"
- Control Map at time 44 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
then Control Map at time 45 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
- expression state at time 44 = "iterate_args"
- Variables Map at time 44 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 45 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 44 = "iterate_args"
- Class Map at time 44 = [ 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 45 = [ 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 45 = "begin_expr"
- the expression at time 45 =
__add__(self.x, 5)
- Value Stack at time 45 = [ [ ], [ ] ]
then Value Stack at time 46 = [ [ ], [ [ ], [ ] ] ]
- expression state at time 45 = "begin_expr"
- the expression at time 45 =
__add__(self.x, 5)
- parent stack at time 45 = [ self."x" =
__add__(self.x, 5)
, [ ] ]
then parent stack at time 46 = [ __add__(self.x, 5)
, [ self."x" = __add__(self.x, 5)
, [ ] ] ]
- expression state at time 45 = "begin_expr"
- the expression at time 45 =
__add__(self.x, 5)
- arguments stack at time 45 = [ [ ], [ ] ]
then arguments stack at time 46 = [ [ self.x
, [ 5, [ ] ] ], [ [ ], [ ] ] ]
- expression state at time 45 = "begin_expr"
- the expression at time 45 =
__add__(self.x, 5)
then expression state at time 46 = "iterate_args"
- expression state at time 45 = "begin_expr"
- the expression at time 45 =
__add__(self.x, 5)
then the expression at time 46 = __add__(self.x, 5)
- expression state at time 45 = "begin_expr"
- Variables Map at time 45 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 46 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 45 = "begin_expr"
- the line at time 45 = 6
then the line at time 46 = 6
- expression state at time 45 = "begin_expr"
- the tab at time 45 = 2
then the tab at time 46 = 2
- expression state at time 45 = "begin_expr"
- stack at time 45 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 46 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- expression state at time 45 = "begin_expr"
- Python Object Store at time 45 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 46 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 45 = "begin_expr"
- Control Map at time 45 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
then Control Map at time 46 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
- expression state at time 45 = "begin_expr"
- Class Map at time 45 = [ 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 46 = [ 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 46 = "iterate_args"
- arguments stack at time 46 = [ [
self.x
, [ 5, [ ] ] ], [ [ ], [ ] ] ]
then the expression at time 47 = self.x
- expression state at time 46 = "iterate_args"
- arguments stack at time 46 = [ [
self.x
, [ 5, [ ] ] ], [ [ ], [ ] ] ]
then arguments stack at time 47 = [ [ 5, [ ] ], [ [ ], [ ] ] ]
- expression state at time 46 = "iterate_args"
- arguments stack at time 46 = [ [
self.x
, [ 5, [ ] ] ], [ [ ], [ ] ] ]
then expression state at time 47 = "begin_expr"
- expression state at time 46 = "iterate_args"
- arguments stack at time 46 = [ [
self.x
, [ 5, [ ] ] ], [ [ ], [ ] ] ] - parent stack at time 46 = [
__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ]
then parent stack at time 47 = [ __add__(self.x, 5)
, [ self."x" = __add__(self.x, 5)
, [ ] ] ]
- expression state at time 46 = "iterate_args"
- Value Stack at time 46 = [ [ ], [ [ ], [ ] ] ]
then Value Stack at time 47 = [ [ ], [ [ ], [ ] ] ]
- expression state at time 46 = "iterate_args"
- the line at time 46 = 6
then the line at time 47 = 6
- expression state at time 46 = "iterate_args"
- the tab at time 46 = 2
then the tab at time 47 = 2
- expression state at time 46 = "iterate_args"
- stack at time 46 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 47 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- expression state at time 46 = "iterate_args"
- Python Object Store at time 46 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 47 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 46 = "iterate_args"
- Control Map at time 46 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
then Control Map at time 47 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
- expression state at time 46 = "iterate_args"
- Variables Map at time 46 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 47 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 46 = "iterate_args"
- Class Map at time 46 = [ 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 47 = [ 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 47 = "begin_expr"
- the expression at time 47 =
self.x
- Value Stack at time 47 = [ [ ], [ [ ], [ ] ] ]
then Value Stack at time 48 = [ [ ], [ [ ], [ [ ], [ ] ] ] ]
- expression state at time 47 = "begin_expr"
- the expression at time 47 =
self.x
- parent stack at time 47 = [
__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ]
then parent stack at time 48 = [ self.x
, [ __add__(self.x, 5)
, [ self."x" = __add__(self.x, 5)
, [ ] ] ] ]
- expression state at time 47 = "begin_expr"
- the expression at time 47 =
self.x
- arguments stack at time 47 = [ [ 5, [ ] ], [ [ ], [ ] ] ]
then arguments stack at time 48 = [ [ self, [ ] ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
- expression state at time 47 = "begin_expr"
- the expression at time 47 =
self.x
then expression state at time 48 = "iterate_args"
- expression state at time 47 = "begin_expr"
- the expression at time 47 =
self.x
then the expression at time 48 = self.x
- expression state at time 47 = "begin_expr"
- Variables Map at time 47 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 48 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 47 = "begin_expr"
- the line at time 47 = 6
then the line at time 48 = 6
- expression state at time 47 = "begin_expr"
- the tab at time 47 = 2
then the tab at time 48 = 2
- expression state at time 47 = "begin_expr"
- stack at time 47 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 48 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- expression state at time 47 = "begin_expr"
- Python Object Store at time 47 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 48 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 47 = "begin_expr"
- Control Map at time 47 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
then Control Map at time 48 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
- expression state at time 47 = "begin_expr"
- Class Map at time 47 = [ 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 48 = [ 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 48 = "iterate_args"
- arguments stack at time 48 = [ [ self, [ ] ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
then the expression at time 49 = self
- expression state at time 48 = "iterate_args"
- arguments stack at time 48 = [ [ self, [ ] ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
then arguments stack at time 49 = [ [ ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
- expression state at time 48 = "iterate_args"
- arguments stack at time 48 = [ [ self, [ ] ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
then expression state at time 49 = "begin_expr"
- expression state at time 48 = "iterate_args"
- arguments stack at time 48 = [ [ self, [ ] ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
- parent stack at time 48 = [
self.x
, [__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ] ]
then parent stack at time 49 = [ self.x
, [ __add__(self.x, 5)
, [ self."x" = __add__(self.x, 5)
, [ ] ] ] ]
- expression state at time 48 = "iterate_args"
- Value Stack at time 48 = [ [ ], [ [ ], [ [ ], [ ] ] ] ]
then Value Stack at time 49 = [ [ ], [ [ ], [ [ ], [ ] ] ] ]
- expression state at time 48 = "iterate_args"
- the line at time 48 = 6
then the line at time 49 = 6
- expression state at time 48 = "iterate_args"
- the tab at time 48 = 2
then the tab at time 49 = 2
- expression state at time 48 = "iterate_args"
- stack at time 48 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 49 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- expression state at time 48 = "iterate_args"
- Python Object Store at time 48 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 49 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 48 = "iterate_args"
- Control Map at time 48 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
then Control Map at time 49 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
- expression state at time 48 = "iterate_args"
- Variables Map at time 48 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 49 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 48 = "iterate_args"
- Class Map at time 48 = [ 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 49 = [ 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 49 = "begin_expr"
- Variables Map at time 49 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 50 = [ entry self: (Python reference 0), [ ] ]
- the expression at time 49 = self
- expression state at time 49 = "begin_expr"
- self is a variable
- parent stack at time 49 = [
self.x
, [__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ] ]
then expression state at time 50 = "return"
- the expression at time 49 = self
- expression state at time 49 = "begin_expr"
- self is a variable
- Value Stack at time 49 = [ [ ], [ [ ], [ [ ], [ ] ] ] ]
then Value Stack at time 50 = [ [ ], [ [ ], [ [ ], [ ] ] ] ]
- the expression at time 49 = self
- expression state at time 49 = "begin_expr"
- self is a variable
- arguments stack at time 49 = [ [ ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
then arguments stack at time 50 = [ [ ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
- expression state at time 49 = "begin_expr"
- the expression at time 49 = self
- self is a variable
- Variables Map at time 49 = [ entry self: (Python reference 0), [ ] ]
then Return Value at time 50 = Python reference 0
- expression state at time 49 = "begin_expr"
- the expression at time 49 = self
- self is a variable
- parent stack at time 49 = [
self.x
, [__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ] ]
then parent stack at time 50 = [ self.x
, [ __add__(self.x, 5)
, [ self."x" = __add__(self.x, 5)
, [ ] ] ] ]
- expression state at time 49 = "begin_expr"
- the line at time 49 = 6
then the line at time 50 = 6
- expression state at time 49 = "begin_expr"
- the tab at time 49 = 2
then the tab at time 50 = 2
- expression state at time 49 = "begin_expr"
- stack at time 49 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 50 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- expression state at time 49 = "begin_expr"
- Python Object Store at time 49 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 50 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 49 = "begin_expr"
- Control Map at time 49 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
then Control Map at time 50 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
- expression state at time 49 = "begin_expr"
- Class Map at time 49 = [ 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 50 = [ 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 50 = "return"
- Value Stack at time 50 = [ [ ], [ [ ], [ [ ], [ ] ] ] ]
- Return Value at time 50 = Python reference 0
then Value Stack at time 51 = [ [ Python reference 0, [ ] ], [ [ ], [ [ ], [ ] ] ] ]
- expression state at time 50 = "return"
- Variables Map at time 50 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 51 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 50 = "return"
- the line at time 50 = 6
then the line at time 51 = 6
- expression state at time 50 = "return"
- the tab at time 50 = 2
then the tab at time 51 = 2
- expression state at time 50 = "return"
- arguments stack at time 50 = [ [ ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
then arguments stack at time 51 = [ [ ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
- expression state at time 50 = "return"
- parent stack at time 50 = [
self.x
, [__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ] ]
then parent stack at time 51 = [ self.x
, [ __add__(self.x, 5)
, [ self."x" = __add__(self.x, 5)
, [ ] ] ] ]
- expression state at time 50 = "return"
- stack at time 50 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 51 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- expression state at time 50 = "return"
- Class Map at time 50 = [ 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 51 = [ 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 50 = "return"
- Python Object Store at time 50 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 51 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 50 = "return"
- Control Map at time 50 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
then Control Map at time 51 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
- expression state at time 51 = "iterate_args"
- arguments stack at time 51 = [ [ ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
- parent stack at time 51 = [
self.x
, [__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ] ]
then expression state at time 52 = "call_function_begin"
- expression state at time 51 = "iterate_args"
- arguments stack at time 51 = [ [ ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
- parent stack at time 51 = [
self.x
, [__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ] ]
then the expression at time 52 = self.x
- expression state at time 51 = "iterate_args"
- arguments stack at time 51 = [ [ ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
- parent stack at time 51 = [
self.x
, [__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ] ]
then parent stack at time 52 = [ __add__(self.x, 5)
, [ self."x" = __add__(self.x, 5)
, [ ] ] ]
- expression state at time 51 = "iterate_args"
- arguments stack at time 51 = [ [ ], [ [ 5, [ ] ], [ [ ], [ ] ] ] ]
- parent stack at time 51 = [
self.x
, [__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ] ]
then arguments stack at time 52 = [ [ 5, [ ] ], [ [ ], [ ] ] ]
- expression state at time 51 = "iterate_args"
- Value Stack at time 51 = [ [ Python reference 0, [ ] ], [ [ ], [ [ ], [ ] ] ] ]
then Value Stack at time 52 = [ [ Python reference 0, [ ] ], [ [ ], [ [ ], [ ] ] ] ]
- expression state at time 51 = "iterate_args"
- the line at time 51 = 6
then the line at time 52 = 6
- expression state at time 51 = "iterate_args"
- the tab at time 51 = 2
then the tab at time 52 = 2
- expression state at time 51 = "iterate_args"
- stack at time 51 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
then stack at time 52 = [ program context with variables: [ entry joe: (Python reference 0), [ ] ] and expression state: (expression state with parent stack: [ ] arguments: [ ] values: [ ] line: 11 tab: 0) and control map: [ entry 0: (pair ("class", "Dog")), [ ] ], [ ] ]
- expression state at time 51 = "iterate_args"
- Python Object Store at time 51 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 52 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 51 = "iterate_args"
- Control Map at time 51 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
then Control Map at time 52 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
- expression state at time 51 = "iterate_args"
- Variables Map at time 51 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 52 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 51 = "iterate_args"
- Class Map at time 51 = [ 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 52 = [ 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 52 = "call_function_begin"
- the expression at time 52 =
self.x
- Value Stack at time 52 = [ [ Python reference 0, [ ] ], [ [ ], [ [ ], [ ] ] ] ]
- the element at index 0 of stack (Python Object Store at time 52) = Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ]
then Return Value at time 53 = 0
- expression state at time 52 = "call_function_begin"
- parent stack at time 52 = [
__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ] - the expression at time 52 =
self.x
then expression state at time 53 = "return"
- expression state at time 52 = "call_function_begin"
- the expression at time 52 =
self.x
- Python Object Store at time 52 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
then Python Object Store at time 53 = [ Python object: [ entry "__class_name__": "Dog", [ entry "x": 0, [ entry "y": 0, [ ] ] ] ], [ ] ]
- expression state at time 52 = "call_function_begin"
- Value Stack at time 52 = [ [ Python reference 0, [ ] ], [ [ ], [ [ ], [ ] ] ] ]
- the expression at time 52 =
self.x
then Value Stack at time 53 = [ [ ], [ [ ], [ ] ] ]
- expression state at time 52 = "call_function_begin"
- arguments stack at time 52 = [ [ 5, [ ] ], [ [ ], [ ] ] ]
then arguments stack at time 53 = [ [ 5, [ ] ], [ [ ], [ ] ] ]
- expression state at time 52 = "call_function_begin"
- parent stack at time 52 = [
__add__(self.x, 5)
, [ self."x" =__add__(self.x, 5)
, [ ] ] ]
then parent stack at time 53 = [ __add__(self.x, 5)
, [ self."x" = __add__(self.x, 5)
, [ ] ] ]
- expression state at time 52 = "call_function_begin"
- Control Map at time 52 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
then Control Map at time 53 = [ entry 0: (pair ("class", "Dog")), [ entry 1: (pair ("method", "move")), [ ] ] ]
- expression state at time 52 = "call_function_begin"
- Variables Map at time 52 = [ entry self: (Python reference 0), [ ] ]
then Variables Map at time 53 = [ entry self: (Python reference 0), [ ] ]
- expression state at time 52 = "call_function_begin"
- the line at time 52 = 6
then the line at time 53 = 6