pythr

Executes Python script and don't wait for completion.

Syntax

(pythr,script)

Parameters

script Python script.

Examples

(pythr,import planetcnc\n\ndef myTest(a, b):\n\tc = a + b\n\treturn c\n\nplanetcnc.print("Result: ", myTest(2, 3)))

See also

py