[BACK]Return to assert1.rr CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_python

File: [local] / OpenXM / src / ox_python / assert1.rr (download)

Revision 1.1, Sat Sep 8 00:16:19 2018 UTC (5 years, 8 months ago) by takayama
Branch: MAIN

The initial version of ox_python.
sm_executeStringByLocalParser is executed by PyRun_SimpleString().
See assert1.rr

Pid=ox_launch(0,getenv("OpenXM_HOME")+"/src/ox_python/ox_python")$
Pid=ox_execute_string(Pid,"from time import time,ctime\nprint 'Today is',ctime(time())\n")$  // It is executed by PyRun_SimpleString()
ox_pop_cmo(Pid);
end$