Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
Variables
test_compile_command Namespace Reference

Variables

str str1
 
str str2
 
 res = codeop.compile_command(str1)
 

Variable Documentation

◆ res

test_compile_command.res = codeop.compile_command(str1)

◆ str1

str test_compile_command.str1
Initial value:
1= """for i in range(1000):
2 if i!=0:
3 sleep(0.001)
4 out=display(i+1, cell_id=out)"""

◆ str2

str test_compile_command.str2
Initial value:
1= """for i in range(1000):
2 if i!=0:
3 sleep(0.001)
4 out=display(i+1, cell_id=out)
5end=time()"""