jen-soft
Results
1
comments of
jen-soft
import js2py import threading _js2py_lock = threading.RLock() with _js2py_lock: result = js2py.eval_js('var a = ' + js_code + ';').to_dict() # the js2py using global vars and it is not support...