PATH:
opt
/
bitninja-python-dojo
/
embedded
/
lib
/
python3.9
/
test
/
dtracedata
def test_line(): a = 1 print('# Preamble', a) for i in range(2): a = i b = i+2 c = i+3 if c < 4: a = c d = a + b +c print('#', a, b, c, d) a = 1 print('# Epilogue', a) if __name__ == '__main__': test_line()
[-] assert_usable.stp
[edit]
[-] gc.d
[edit]
[-] line.py
[edit]
[-] gc.stp.expected
[edit]
[-] call_stack.d.expected
[edit]
[+]
..
[-] line.d
[edit]
[-] line.d.expected
[edit]
[-] gc.stp
[edit]
[-] call_stack.stp.expected
[edit]
[-] gc.py
[edit]
[+]
__pycache__
[-] instance.py
[edit]
[-] assert_usable.d
[edit]
[-] call_stack.stp
[edit]
[-] gc.d.expected
[edit]
[-] call_stack.py
[edit]
[-] call_stack.d
[edit]