Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
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:
= """for i in range(1000):
if i!=0:
sleep(0.001)
out=display(i+1, cell_id=out)"""

◆ str2

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