Open GoogleCodeExporter opened 8 years ago
I think what the tutorial is trying to claim, but in a slightly confusing
manner, is
that you can't directly call a JavaScript function from Python - i.e. you can't
do:
foo = cx.eval_script("function foo(x) { return x + 1; }; foo;")
print foo(2)
Original comment by jribb...@gmail.com
on 25 Sep 2008 at 10:29
Original issue reported on code.google.com by
alea...@gmail.com
on 5 Aug 2008 at 2:23